Skip to content

Commit

Permalink
Change gh cli login approach
Browse files Browse the repository at this point in the history
  • Loading branch information
JMicheli committed Jul 19, 2024
1 parent 296f7bf commit 5574d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
needs: build-binary
runs-on: ubuntu-latest
permissions: write-all
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -82,7 +84,6 @@ jobs:
- name: Create release and upload artifacts
run: |
gh auth login --with-token ${{ github.token }}
gh release create v${{ github.event.inputs.version || '0.0.test' }} \
--draft \
--target binary-release \
Expand Down

0 comments on commit 5574d76

Please sign in to comment.