Skip to content

Commit

Permalink
Update ci_cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanVortex authored Jan 23, 2025
1 parent 5ae4cb0 commit 12e7b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Release Artifacts
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.RELEASE_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "v${{ env.VERSION }}"
prerelease: false
draft: true
Expand Down

0 comments on commit 12e7b09

Please sign in to comment.