Skip to content

Commit

Permalink
chore: update release workflow to include changeset token
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Nov 25, 2024
1 parent 0c55538 commit bf0759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.CHANGESET_ACTIONS }}

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -33,7 +34,6 @@ jobs:
uses: changesets/action@v1
with:
publish: npx changeset publish
setupGitUser: false
commit: 'release: version packages'
title: 'release: version packages'
env:
Expand Down

0 comments on commit bf0759a

Please sign in to comment.