Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-ebram authored Oct 7, 2020
1 parent c721b66 commit 42bcbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:

- name: Version Package
run: |
npm version --no-git-tag-version ${{ github.event.inputs.version }}
npm version --allow-same-version --no-git-tag-version ${{ github.event.inputs.version }}
cd projects/@crucible-common
npm version --no-git-tag-version ${{ github.event.inputs.version }}
npm version --allow-same-version --no-git-tag-version ${{ github.event.inputs.version }}
- name: Build Package
run: |
Expand Down

0 comments on commit 42bcbf5

Please sign in to comment.