Skip to content

Commit 0b0292f

Browse files
fix: update version
1 parent 5ddad6f commit 0b0292f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@plutocool/release",
4-
"version": "1.0.0",
4+
"version": "1.1.2",
55
"description": "GitHub Action to automatically release packages using lerna or semantic-release",
66
"author": "Julien Dargelos <julien@plutot.cool>",
77
"license": "MIT",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 14
3333
- run: yarn
3434
- run: yarn build
35-
- uses: plutotcool/release@v1.1.1
35+
- uses: plutotcool/release@v1.1.2
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)