We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddad6f commit 0b0292fCopy full SHA for 0b0292f
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "@plutocool/release",
4
- "version": "1.0.0",
+ "version": "1.1.2",
5
"description": "GitHub Action to automatically release packages using lerna or semantic-release",
6
"author": "Julien Dargelos <julien@plutot.cool>",
7
"license": "MIT",
readme.md
@@ -32,7 +32,7 @@ jobs:
32
node-version: 14
33
- run: yarn
34
- run: yarn build
35
- - uses: plutotcool/release@v1.1.1
+ - uses: plutotcool/release@v1.1.2
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
npm_token: ${{ secrets.NPM_TOKEN }}
0 commit comments