We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b23097 commit 5928dccCopy full SHA for 5928dcc
.github/workflows/main.yaml
@@ -37,6 +37,7 @@ jobs:
37
- name: Create Release
38
uses: ncipollo/[email protected]
39
with:
40
+ tag: pre-release
41
tag_name: ${{ github.sha }}-pre-release # Use commit SHA as tag name
42
release_name: "Pre-Release ${{ github.sha }}"
43
body: "Built from commit ${{ github.sha }}"
0 commit comments