Skip to content

Commit

Permalink
canary リリースの時は prerelease フラグをつける
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Apr 4, 2024
1 parent bd34357 commit a1e6eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: ${{ steps.env.outputs.package_paths }}
prerelease: ${{ contains(github.ref, 'canary') }}
- name: Slack Notification
if: failure()
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit a1e6eee

Please sign in to comment.