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 887a5e1 commit 5e50c21Copy full SHA for 5e50c21
.github/workflows/w-deploy-npm.yml
@@ -6,10 +6,6 @@ on:
6
checkout_ref:
7
type: string
8
required: true
9
- tag_name:
10
- type: string
11
- default: latest
12
- required: false
13
tag:
14
15
@@ -41,11 +37,10 @@ jobs:
41
37
- uses: JS-DevTools/npm-publish@v1
42
38
with:
43
39
token: ${{ secrets.NPM }}
44
- tag: ${{ github.event.release.tag_name }}
45
40
- name: Commit and push
46
run: |
47
git add .
48
- git commit -am "🏷️(version) Update boilerplate to version ${{ github.event.release.tag }}"
+ git commit -am "🏷️(version) Update boilerplate to version ${{ inputs.tag }}"
49
git push
50
env:
51
github-token: ${{ secrets.GITHUB }}
0 commit comments