Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/provenance-io/p8e-ui into main
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman committed Mar 9, 2021
2 parents 4025409 + 13c86fb commit b242d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm ci

- name: Update Version Number
run: npm --no-git-tag-version version $VERSION
run: npm --no-git-tag-version --allow-same-version version $VERSION
if: github.event_name == 'release'

- name: NPM Build
Expand Down

0 comments on commit b242d95

Please sign in to comment.