Skip to content

Commit

Permalink
fix release workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Mar 6, 2024
1 parent 24513e8 commit 49fa4e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release
on:
push:
- main

env:
GH_TOKEN: ${{ github.token }}
Expand Down Expand Up @@ -42,7 +43,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 49fa4e2

Please sign in to comment.