Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Apr 10, 2024
1 parent 5fdf688 commit e2d549d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@ jobs:
git commit -m "Version Release ${NEW_MS_VERSION}"
git tag v${NEW_MS_VERSION} # create tag
# git push origin ${{ github.ref_name }} --tags # push tags
name: Push to protected branch
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.PAT }} # This requires a special token to be able to trigger checks on new branch creation
ref: ${{ github.ref }}
tags: true
- name: "Push to protected branch"
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.PAT }} # This requires a special token to be able to trigger checks on new branch creation
ref: ${{ github.ref }}
tags: true
unprotect_reviews: true
update-main-changelog:
runs-on: ubuntu-latest
needs: fix-version
Expand Down

0 comments on commit e2d549d

Please sign in to comment.