Skip to content

Commit

Permalink
set releases as pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
nonodev96 authored Sep 15, 2021
1 parent 8d3d32b commit fa26fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Create Release
id: create_release
run: |
gh release create "${{ env.VERSION }}" -n "${{ env.MESSAGE }}" -t "${{ env.NAME }}"
gh release create "${{ env.VERSION }}" -n "${{ env.MESSAGE }}" -t "${{ env.NAME }}" -p
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: "v${{ steps.package_version.outputs.version }}"
Expand Down

0 comments on commit fa26fd7

Please sign in to comment.