Skip to content

Commit

Permalink
Create release
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 6, 2024
1 parent d4417bf commit f7a040c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ jobs:
git push origin $VERSION
working-directory: ./nextroute

# - name: create release
# run: |
# PRERELEASE_FLAG=""
# if [ ${{ inputs.IS_PRE_RELEASE }} = true ]; then
# PRERELEASE_FLAG="--prerelease"
# fi
- name: create release
run: |
PRERELEASE_FLAG=""
if [ ${{ inputs.IS_PRE_RELEASE }} = true ]; then
PRERELEASE_FLAG="--prerelease"
fi
# gh release create $VERSION \
# --verify-tag \
# --generate-notes \
# --title $VERSION $PRERELEASE_FLAG
# working-directory: ./nextroute
gh release create $VERSION \
--verify-tag \
--generate-notes \
--title $VERSION $PRERELEASE_FLAG
working-directory: ./nextroute

0 comments on commit f7a040c

Please sign in to comment.