Skip to content

Commit

Permalink
ci: pre-release with tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed May 21, 2024
1 parent d21778b commit 2f3d226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
- name: "Release {draft: ${{ env.DRAFT }}, pre-release: ${{ env.PRE }} }"
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.vars.outputs.sha_short }}
name: Release ${{ github.ref }}-${{ steps.vars.outputs.sha_short }}
draft: ${{ env.DRAFT }}
prerelease: ${{ env.PRE }}
files: ref
tag_name: ${{ steps.vars.outputs.sha_short }}
make_latest: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f3d226

Please sign in to comment.