Skip to content

Commit

Permalink
push tags during release (#1824)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber authored Aug 29, 2024
1 parent 56ffb3a commit 3b59345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ jobs:
# -Dmaven.test.skip -T8 -e
# env:
# CANDIDATE_NAME: ${{ inputs.candidateName }}
- name: Push tags
- name: Push changes
run: |
git push -u origin --all
git push -u origin --tags
- name: Release
run: |
gh release create $TAG_NAME --title "Dataflow Templates $TAG_NAME" --notes ""
Expand Down

0 comments on commit 3b59345

Please sign in to comment.