Skip to content

Commit

Permalink
workflow: Tag new releases as prerelease
Browse files Browse the repository at this point in the history
This lets me manually release them when they are ready and link to them
for testing.
  • Loading branch information
bekriebel committed Mar 31, 2022
1 parent 749af52 commit 3244d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-fvtt-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
release_name: Release ${{ needs.check_version.outputs.module_current_version }}
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
prerelease: true
- name: Upload module zip
id: upload-module-zip
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 3244d40

Please sign in to comment.