Skip to content

Commit

Permalink
ci(release): correct release workflows [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Oct 1, 2024
1 parent 6eedf4e commit 68bdda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Rebase beta branch to dev
run: |
git fetch --no-tags origin beta:beta
git rebase beta ${GITHUB_REF_NAME}
git rebase ${GITHUB_REF_NAME} beta
git push
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release to master
name: Release stable

on: workflow_dispatch

Expand Down

0 comments on commit 68bdda1

Please sign in to comment.