Skip to content

Commit

Permalink
Update release-go.yml (SAP#5227)
Browse files Browse the repository at this point in the history
  • Loading branch information
D074360 authored Jan 9, 2025
1 parent 50a2d02 commit 2d5d07f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
permissions: write-all
name: Publish
runs-on: ubuntu-latest
env:
ARCHIVE_NAME: jenkins-library-${{ env.PIPER_version }}
steps:
- uses: styfle/[email protected]

Expand All @@ -29,6 +27,7 @@ jobs:
cp ./piper_master-darwin.arm64 ./piper-darwin.arm64
npm install semver --quiet
echo "PIPER_version=v$(node_modules/.bin/semver -i minor $(curl --silent "https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest" | jq -r .tag_name))" >> $GITHUB_ENV
echo "ARCHIVE_NAME=jenkins-library-${{ env.PIPER_version }}" >> $GITHUB_ENV
- name: Prepare files for archiving
run: |
Expand Down

0 comments on commit 2d5d07f

Please sign in to comment.