Skip to content

Commit

Permalink
Fixes user identity in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jul 23, 2024
1 parent 0a628b2 commit 2d1c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# working-directory: .
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Fileforge"
- run: echo 'tag=$(npm version patch -m "Bump version to %s [skip ci]")' >> "$GITHUB_OUTPUT"
- run: echo "tag=$(npm version patch -m 'Bump version to %s [skip ci]')" >> "$GITHUB_OUTPUT"
id: version
working-directory: .
- name: Check the tag
Expand Down

0 comments on commit 2d1c11d

Please sign in to comment.