Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neurofibromin authored Sep 17, 2023
1 parent 31cc420 commit b8d2d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create "${{ steps.versioning.outputs.tag }}" "alpha" --target unstable --prerelease --title "Development build ${{ steps.versioning.outputs.tag }}" --notes "${{ steps.versioning.outputs.changelog }}"
gh release create "${{ steps.versioning.outputs.tag }}" --target unstable --prerelease --title "Development build ${{ steps.versioning.outputs.tag }}" --notes "${{ steps.versioning.outputs.changelog }}"
- name: Upload
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit b8d2d86

Please sign in to comment.