Skip to content

Commit

Permalink
chore: Prefix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Oct 31, 2024
1 parent bbaeac2 commit bc9b715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Release It
run: |
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
npx release-it --npm.skipChecks
npx release-it --npm.skipChecks --git.tagName=sdk-node/${version} --github.release=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -149,5 +149,5 @@ jobs:
git push
- name: Create Git tag
run: |
git tag v${{ steps.increment_version.outputs.new_version }}
git tag sdk-go/v${{ steps.increment_version.outputs.new_version }}
git push origin v${{ steps.increment_version.outputs.new_version }}

0 comments on commit bc9b715

Please sign in to comment.