Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vtabary committed Sep 5, 2021
1 parent 564dff3 commit cdd8c64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
release:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -36,5 +38,6 @@ jobs:
- name: Create a release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: ${{ matrix.config.artifacts }}
token: ${{ secrets.GITHUB_TOKEN }}
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "translatol",
"description": "A tool in order to translate XLIFF files",
"author": "Vincent Tabary <[email protected]>",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/vtabary/translatol"
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": {
"appId": "com.vtabary.translatol",
"productName": "Translatol",
"copyright": "Copyright © 2019 Vincent Tabary",
"copyright": "Copyright © 2021 Vincent Tabary",
"files": [
"dist/translatol",
"src/electron",
Expand Down Expand Up @@ -72,6 +72,11 @@
"ia32"
]
}
],
"publish": [
{
"provider": "github"
}
]
}
},
Expand Down

0 comments on commit cdd8c64

Please sign in to comment.