Skip to content

Commit 195b75b

Browse files
Merge pull request #94 from credebl/fix/release-unstable
ci: fix release unstable versions
2 parents e882b57 + 51a7386 commit 195b75b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# We don't want to run release and release-unstable concurrently as NPM doesn't allow publishing packages while another version of the same package is
6565
# still processing. So we wait for release to finish, and the always() ensure that it will run no matter the result of release.
6666
needs: [release]
67-
if: "always() && github.event_name == 'push' && github.ref == 'refs/heads/alpha-release' && !startsWith(github.event.head_commit.message, 'chore(release): new version')"
67+
if: "always() && github.event_name == 'push' && github.ref == 'refs/heads/main' && !startsWith(github.event.head_commit.message, 'chore(release): new version')"
6868
steps:
6969
- name: Checkout Repo
7070
uses: actions/checkout@v6

0 commit comments

Comments
 (0)