Skip to content

Commit

Permalink
fix(gha): no beta release for hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Sep 9, 2024
1 parent ddd8cb2 commit 7bbca37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-prerelease-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build and release - staging
on:
push:
branches:
- main
- develop

jobs:
Expand Down
4 changes: 0 additions & 4 deletions .releaserc.prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ branches:
- main
- name: develop
prerelease: 'beta'
- name: hotfix/*
prerelease: '${name.replace(/^hotfix\//g, "fix-").replace(/\//g, "-")}'
- name: fix/*
prerelease: '${name.replace(/^fix\//g, "fix-").replace(/\//g, "-")}'

0 comments on commit 7bbca37

Please sign in to comment.