Skip to content

Commit 8ba8638

Browse files
committed
bad copy and paste
1 parent 65c162a commit 8ba8638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: getsentry/action-prepare-release@v1
3939
if: github.event.pull_request.merged == true && steps.version.outputs.match != ''
4040
env:
41-
token: ${{ steps.token.outputs.token }}
41+
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
4242
with:
4343
version: ${{ steps.version.outputs.group1 }}
4444
force: false

0 commit comments

Comments
 (0)