Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp authored Jul 1, 2024
1 parent 38895ba commit 945a821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
git config user.email github-actions@github.com
- name: 'Generate new version ${{ github.event.inputs.versionType }}'
run: |
cd packages/${{ github.event.inputs.package }}
npm version ${{ github.event.inputs.versionType }}
- name: Push the tags
run: git push origin main --tags

0 comments on commit 945a821

Please sign in to comment.