Skip to content

Commit

Permalink
chore: rename workflow step from 'Push new tag' to 'Update major branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Jan 6, 2025
1 parent 885013e commit a5ccb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Get major version
run: echo "MAJOR_VERSION=$(echo ${{ needs.tagpr.outputs.tagpr-tag }} | cut -d '.' -f 1)" >> "$GITHUB_ENV"
- name: Push new tag
- name: Update major branch
run: git push --force origin "HEAD:refs/heads/${MAJOR_VERSION}"

0 comments on commit a5ccb13

Please sign in to comment.