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 edbd839 commit efc2372Copy full SHA for efc2372
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
id: semantic
53
uses: cycjimmy/semantic-release-action@v4
54
env:
55
- github-token: ${{ secrets.ADMIN_TOKEN || secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN || secrets.GITHUB_TOKEN }}
56
with:
57
dry_run: ${{ github.event_name == 'pull_request' }}
58
- name: Run GoReleaser
0 commit comments