We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4774e commit 9c1ba22Copy full SHA for 9c1ba22
.github/workflows/release-stable.yaml
@@ -24,6 +24,8 @@ jobs:
24
run_install: true
25
- name: Consume changesets
26
run: pnpm changeset version
27
+ env:
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
- name: Retrieve updated version
30
id: version
31
run: echo "version=$(jq -r .version package.json)" >> $GITHUB_OUTPUT
0 commit comments