Skip to content

Commit

Permalink
fix prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbupark committed Aug 3, 2023
1 parent 5ef7ed1 commit fc56d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/radius-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
working-directory: ./release
- name: Release
run: |
gh release create v0.23.0 ./release/* --generate-notes --pre-release --draft --verify-tags --title "Radius Bicep v0.23.0"
gh release create v0.23.0 ./release/* --generate-notes --prerelease --draft --verify-tags --title "Radius Bicep v0.23.0"
env:
GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT }}
publish_blob:
Expand Down

0 comments on commit fc56d15

Please sign in to comment.