Skip to content

Commit

Permalink
Only push newly created tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jun 17, 2024
1 parent 238bb74 commit 3837aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: "Push tag and release branch"
run: |
git push origin ${RELEASE_BRANCH}
git push origin ${{ inputs.version }}
git push origin tag ${{ inputs.version }}
env:
RELEASE_BRANCH: ${{ github.ref_name }}

Expand Down

0 comments on commit 3837aeb

Please sign in to comment.