Skip to content

Commit 2406fee

Browse files
committed
Fix merge error
1 parent 3306682 commit 2406fee

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/jarbuild.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -550,17 +550,6 @@ jobs:
550550
with:
551551
pattern: release-*
552552
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 }}
564553
- name: Create and push tag
565554
run: |
566555
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)