Skip to content

Commit fd1f9ec

Browse files
committed
ci: fix tag requirement
1 parent a5f745b commit fd1f9ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@ jobs:
7575
- name: Create Github Release
7676
uses: ncipollo/release-action@v1
7777
with:
78+
commit: ${{ github.sha }}
79+
tag: ${{ env.RELEASE_NAME }}
7880
body: ${{ steps.changelog.outputs.changes }}
7981
artifacts: ./${{ env.RELEASE_NAME }}

0 commit comments

Comments
 (0)