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 6ead4bf commit f08dfdaCopy full SHA for f08dfda
.github/workflows/CD.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: |
17
git config --global user.name "JeremyDolle"
18
git config --global user.email "[email protected]"
19
- npm version ${{ github.event.release.tag_name }}
+ npm --no-git-tag-version version ${{ github.event.release.tag_name }}
20
- name: Install dependencies
21
run: |
22
if [ -e yarn.lock ]; then
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments