Skip to content

Commit

Permalink
Add a couple of steps to: (1) reset the major version tag on the loca…
Browse files Browse the repository at this point in the history
…l runner in case it's needed for suqequent actions; and (2) Display details on the new major version tag to verify it worked as expected.
  • Loading branch information
afinetooth committed Oct 16, 2024
1 parent 4cdef0b commit 48d39d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-major-version-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
git fetch --tags
git tag -f ${{ env.major_version }} ${{ github.event.release.tag_name }}
git push origin ${{ env.major_version }} --force
- name: Fetch Updated Tags
run: git fetch --tags --force

- name: Verify Tag
run: git show ${{ env.major_version }}

0 comments on commit 48d39d2

Please sign in to comment.