Skip to content

Commit

Permalink
ci(build): allow same version
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Feb 6, 2022
1 parent 4ad899f commit 686f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: yarn install
- name: Change version to commit hash
working-directory: src/frontend
run: npm version $(git describe --tags)
run: npm version $(git describe --tags) --allow-same-version
- name: Build frontend
working-directory: src/frontend
run: yarn build
Expand Down

0 comments on commit 686f722

Please sign in to comment.