Update new_release.yml

This commit is contained in:
Ishaan Jaff 2024-01-04 13:43:56 +05:30 committed by GitHub
parent 0aca4dd0b0
commit 8fce25820b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
git config --global user.name "GitHub Actions"
- name: Login to GitHub with token
run: gh auth login --with-token <<<"${{ secrets.GH_TOKEN }}"
run: gh auth login --with-token <<<"${{ secrets.GITHUB_TOKEN }}"
- name: Create GitHub Release
if: success()