Skip to content

Commit f955764

Browse files
committed
chore(ci): pass GITHUB_TOKEN to Rename Artifacts with Version step
1 parent cba8740 commit f955764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
run: |
9292
ls -lah artifacts/
9393
- name: Rename Artifacts with Version
94+
env:
95+
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
9496
run: |
9597
VERSION=$(npx semantic-release --dry-run | grep -oP 'next release version is \K[0-9]+\.[0-9]+\.[0-9]+')
9698
echo "Version detected: $VERSION"

0 commit comments

Comments
 (0)