Skip to content

Commit

Permalink
fix(actions): "Git working directory not clean."
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzis committed Sep 18, 2024
1 parent 9ab32ac commit 381ac2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Version Package
run: |
git reset --hard
npm version $RELEASE_VERSION
git tag -a $RELEASE_VERSION -m "$RELEASE_VERSION"
Expand Down

0 comments on commit 381ac2e

Please sign in to comment.