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 24a2266 commit 41b3a78Copy full SHA for 41b3a78
.github/workflows/release.yml
@@ -36,6 +36,8 @@ jobs:
36
run: npx nx-cloud stop-all-agents
37
- name: Version Packages
38
run: pnpm run changeset:version
39
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- name: Commit version files
42
run: |
43
if [[ -n "$(git status --porcelain)" ]]; then
0 commit comments