We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3807516 commit b70e6b7Copy full SHA for b70e6b7
.github/workflows/publish.yml
@@ -4,12 +4,12 @@ on:
4
types: [published]
5
6
jobs:
7
- ci:
+ publish:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
- run: yarn install
12
- uses: ./
13
with:
14
- version-regexp: 'v\d'
+ version-regexp: '\d'
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "action-update-version",
3
- "version": "v1",
+ "version": "0",
"description": "Update your files version field on new releases",
"main": "lib/main.js",
"scripts": {
@@ -64,4 +64,4 @@
64
"yarn lint"
65
]
66
}
67
-}
+}
0 commit comments