Skip to content

Commit

Permalink
omit login
Browse files Browse the repository at this point in the history
  • Loading branch information
max committed Sep 29, 2024
1 parent 14cb68d commit 3976ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}
run: |
gh auth login
if gh release view "v$VERSION" >/dev/null 2>&1; then
gh release delete "v$VERSION" -y
else
Expand Down

0 comments on commit 3976ddf

Please sign in to comment.