We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a2d02 commit 2d5d07fCopy full SHA for 2d5d07f
.github/workflows/release-go.yml
@@ -12,8 +12,6 @@ jobs:
12
permissions: write-all
13
name: Publish
14
runs-on: ubuntu-latest
15
- env:
16
- ARCHIVE_NAME: jenkins-library-${{ env.PIPER_version }}
17
steps:
18
- uses: styfle/cancel-workflow-action@0.11.0
19
@@ -29,6 +27,7 @@ jobs:
29
27
cp ./piper_master-darwin.arm64 ./piper-darwin.arm64
30
28
npm install semver --quiet
31
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
32
33
- name: Prepare files for archiving
34
run: |
0 commit comments