Skip to content

Commit

Permalink
Fix npm publish to use correct git tag (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFritzeDev authored May 10, 2023
1 parent 5fa07f8 commit d36e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- run: yarn compile
- run: git config --global user.email opensource@mittwald.de
- run: git config --global --replace-all user.name "Mittwald Release Bot"
- run: npm version --no-git-tag-version from-git
- run: npm version --no-git-tag-version "$GITHUB_REF_NAME"
- run: cp README.md package.json dist/
- run: cd dist && npm publish

0 comments on commit d36e6fe

Please sign in to comment.