Skip to content

Commit

Permalink
Fix the staging reset in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Mar 20, 2024
1 parent f60e914 commit f7440e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release_tag_and_pr.yml
Expand Up @@ -21,11 +21,11 @@ jobs:
distribution: 'temurin'
cache: 'maven'

- name: Reset staging/main Staging
- name: Reset staging/main
id: staging
run: |
git checkout -Bt staging/main
git push -f
git checkout -B staging/main
git push --set-upstream -f origin staging/main
- name: Set Release Version
id: release
Expand Down

0 comments on commit f7440e3

Please sign in to comment.