Skip to content

Commit

Permalink
chore: avoid artifact workflow failing on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Apr 12, 2024
1 parent f736344 commit 2c3530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Adjust package version according to branch & commit
working-directory: package
run: npm version $(../tools/print-dev-version.sh) --no-git-tag-version
run: npm version $(../tools/print-dev-version.sh) --no-git-tag-version --allow-same-version

- name: Build NPM package
working-directory: package
Expand Down

0 comments on commit 2c3530d

Please sign in to comment.