Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,6 @@ jobs:
${{ github.api_url }}/repos/${{ github.repository }}/releases/${{ steps.release_id.outputs.release_id }}
-d '{"prerelease": false, "make_latest": true}'

# We need to download the shell script because reusable workflows execute
# within the context of the workflow that calls them
- name: Update/create dynamic tags
env:
GITHUB_TOKEN: ${{ github.token }}
SCRIPT_RAW_URL: https://raw.githubusercontent.com/SAP/project-piper-action/refs/heads/main/.github/scripts/update_dynamic_tags.sh
run: |
curl -s -L "$SCRIPT_RAW_URL" -o update-dynamic-tags.sh
chmod +x update-dynamic-tags.sh
./update-dynamic-tags.sh "${{ env.PIPER_version }}"
continue-on-error: true

# Workaround for https://github.com/SAP/jenkins-library/issues/1723, build only works with jdk8 currently
- uses: actions/setup-java@v4
with:
Expand Down
Loading