Skip to content

Commit

Permalink
from-git behaviour has been changed (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfehling-mittwald authored Oct 22, 2021
1 parent decdc64 commit 498835c
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 from-git
- run: npm version --no-git-tag-version from-git
- run: cp README.md package.json dist/
- run: cd dist && npm publish

0 comments on commit 498835c

Please sign in to comment.