Skip to content

Commit 2dce46c

Browse files
aksOpsclaude
andcommitted
Fix beta workflow: merge duplicate env blocks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f717be2 commit 2dce46c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/beta.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ jobs:
7171
- name: Delete existing beta tag (if any)
7272
env:
7373
BETA_TAG: ${{ steps.version.outputs.tag }}
74+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7475
run: |
7576
gh release delete "$BETA_TAG" --yes 2>/dev/null || true
7677
git push origin ":refs/tags/$BETA_TAG" 2>/dev/null || true
77-
env:
78-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7978
8079
- name: Create beta release with wheel
8180
env:

0 commit comments

Comments
 (0)