Skip to content

Commit

Permalink
fix: set YARN_VERSION_GIT_TAG to an empty string to avoid yarn versio…
Browse files Browse the repository at this point in the history
…n from making a commit

Signed-off-by: miigotu <[email protected]>
miigotu committed Feb 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6c975e6 commit 95d8f50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -40,6 +40,8 @@ jobs:
poetry version ${{ steps.next-version.outputs.release }}
yarn version --no-version-git-tag --no-commit-hooks --new-version ${{ steps.next-version.outputs.release }}
poetry build
env:
YARN_VERSION_GIT_TAG: ""
- uses: actions/upload-artifact@v4
with:
name: Result

0 comments on commit 95d8f50

Please sign in to comment.