Skip to content

Commit 2d5d07f

Browse files
Update release-go.yml (#5227)
1 parent 50a2d02 commit 2d5d07f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
permissions: write-all
1313
name: Publish
1414
runs-on: ubuntu-latest
15-
env:
16-
ARCHIVE_NAME: jenkins-library-${{ env.PIPER_version }}
1715
steps:
1816
- uses: styfle/cancel-workflow-action@0.11.0
1917

@@ -29,6 +27,7 @@ jobs:
2927
cp ./piper_master-darwin.arm64 ./piper-darwin.arm64
3028
npm install semver --quiet
3129
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
30+
echo "ARCHIVE_NAME=jenkins-library-${{ env.PIPER_version }}" >> $GITHUB_ENV
3231
3332
- name: Prepare files for archiving
3433
run: |

0 commit comments

Comments
 (0)