Skip to content

Commit

Permalink
canary リリースの時は prerelease フラグをつける
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Jan 28, 2025
1 parent 9a61556 commit d0dd204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -67,3 +67,4 @@ jobs:
with:
files:
${{ steps.env.outputs.package_paths }}
prerelease: ${{ contains(github.ref, 'canary') }}
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
- @voluntas
- [CHANGE] GitHub Actions の ubuntu-latest を ubuntu-24.04 に変更
- @voluntas
- [FIX] canary リリースの時は prerelease フラグをつける
- @miosakuma

## 2024.1.0

Expand Down

0 comments on commit d0dd204

Please sign in to comment.