Skip to content

Commit 795954c

Browse files
committed
Trying to get my new workflow to work, damnit.
1 parent 9bd7829 commit 795954c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/0.7-alphas.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
with:
50+
tag_name: ${{ env.RELEASE_VERSION }}
5051
release_name: 0.7-alpha-${{ env.ALPHA_VERSION }}
52+
prelease: true
5153

5254
- name: Save release upload URL to artifact
5355
run: echo "${{ steps.release.outputs.upload_url }}" > artifacts/release-upload-url

0 commit comments

Comments
 (0)