Skip to content

Commit

Permalink
Fix version bump failing if version was the correct one previously.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudrie committed Feb 14, 2021
1 parent 037c953 commit be2beed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Change the version to be the correct one so the version in the image is always the correct one.
- name: Set new version
run: pnpm version --no-git-tag-version ${{ github.event.release.tag_name }}
run: pnpm version --no-git-tag-version --allow-same-version ${{ github.event.release.tag_name }}

# Setting up Buildx because it's needed by build-push-action
- name: Setup Docker Buildx
Expand Down

0 comments on commit be2beed

Please sign in to comment.