Skip to content

Commit a6db368

Browse files
authored
Revert "ci(release): update/create dynamic tags with each release" (#5456)
1 parent 979b798 commit a6db368

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release-go.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@ jobs:
9898
${{ github.api_url }}/repos/${{ github.repository }}/releases/${{ steps.release_id.outputs.release_id }}
9999
-d '{"prerelease": false, "make_latest": true}'
100100
101-
# We need to download the shell script because reusable workflows execute
102-
# within the context of the workflow that calls them
103-
- name: Update/create dynamic tags
104-
env:
105-
GITHUB_TOKEN: ${{ github.token }}
106-
SCRIPT_RAW_URL: https://raw.githubusercontent.com/SAP/project-piper-action/refs/heads/main/.github/scripts/update_dynamic_tags.sh
107-
run: |
108-
curl -s -L "$SCRIPT_RAW_URL" -o update-dynamic-tags.sh
109-
chmod +x update-dynamic-tags.sh
110-
./update-dynamic-tags.sh "${{ env.PIPER_version }}"
111-
continue-on-error: true
112-
113101
# Workaround for https://github.com/SAP/jenkins-library/issues/1723, build only works with jdk8 currently
114102
- uses: actions/setup-java@v4
115103
with:

0 commit comments

Comments
 (0)