Skip to content

Commit

Permalink
chore: test draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed May 8, 2024
1 parent 26f9ee5 commit 60dff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Create Draft Release
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -e
echo Creating draft release for: "${RELEASE_TAG}"
Expand Down

0 comments on commit 60dff3e

Please sign in to comment.