We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa073fb commit 0abd259Copy full SHA for 0abd259
.github/workflows/release-p1.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
repo_token: "${{ secrets.GITHUB_TOKEN }}"
25
automatic_release_tag: "phase-1"
26
- prerelease: false
+ prerelease: true
27
title: "Phase 1"
28
files: |
29
phase-1.zip
.github/workflows/release-p2.yml
automatic_release_tag: "phase-2"
title: "Phase 2"
phase-2.zip
.github/workflows/release-p3.yml
automatic_release_tag: "phase-3"
title: "Phase 3"
phase-3.zip
0 commit comments