Skip to content

Commit

Permalink
Test new release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 26, 2024
1 parent a14f116 commit d1ba342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-hornets-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ima/core": patch
---

Test new release process
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

release:
if: github.ref_name == 'master' || github.ref_name == 'next'
needs: [ci]
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d1ba342

Please sign in to comment.