We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3306682 commit 2406feeCopy full SHA for 2406fee
1 file changed
.github/workflows/jarbuild.yml
@@ -550,17 +550,6 @@ jobs:
550
with:
551
pattern: release-*
552
path: artifacts
553
- - name: Create and push tag
554
- run: |
555
- git config user.name "github-actions[bot]"
556
- git config user.email "github-actions[bot]@users.noreply.github.com"
557
- git tag -a "${{ steps.commit_ids.outputs.release_tag }}" \
558
- -m "Release ${{ steps.commit_ids.outputs.release_name }} RC${{ steps.commit_ids.outputs.rc }}" \
559
- -m "Triggered by: ${{ github.actor }}" \
560
- -m "Action URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
561
- git push origin "${{ steps.commit_ids.outputs.release_tag }}"
562
- env:
563
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
564
- name: Create and push tag
565
run: |
566
git config user.name "github-actions[bot]"
0 commit comments