File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments