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 cbc9bd2 commit 6ead4bfCopy full SHA for 6ead4bf
.github/workflows/CD.yml
@@ -31,6 +31,7 @@ jobs:
31
token: ${{ secrets.NPM_TOKEN }}
32
- name: Commit and push
33
run: |
34
+ git add .
35
git commit -am "🏷️(version) Update boilerplate to version ${{ github.event.release.tag_name }}"
36
git push
37
env:
@@ -62,6 +63,7 @@ jobs:
62
63
tag: ${{ github.event.release.tag_name }}
64
65
66
67
git commit -am "🏷️(version) Update boilerplate to rc version ${{ github.event.release.tag_name }}"
68
69
0 commit comments