Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Mar 6, 2024
1 parent 457c5e5 commit 8266737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release
on:
push:
push: [main]

env:
GH_TOKEN: ${{ github.token }}
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
name: Create New Release
run: |
gh release \
create "$RELEASE" \
create "v${{ steps.get-version.outputs.version }}" \
--generate-notes \
--latest \
sver
Expand Down

0 comments on commit 8266737

Please sign in to comment.