Skip to content

Commit

Permalink
remove package version increment in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
anirrudh committed Feb 16, 2023
1 parent 4de6ec6 commit 5b47e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Get release tag
run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Set package version
run: yarn version --new-version ${{ env.RELEASE_TAG }}
#- name: Set package new-version
# run: yarn version --new-version ${{ env.RELEASE_TAG }}

- name: Upload to npm
run: yarn publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
Expand Down

0 comments on commit 5b47e66

Please sign in to comment.