Skip to content

Commit

Permalink
Update set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Nov 1, 2022
1 parent 6e48556 commit 3dc0492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Name Release
if: startsWith(github.ref, 'refs/tags/')
id: name_release
run: echo ::set-output name=RELEASE::helium-config-service-cli-${GITHUB_REF/refs\/tags\//}-x86-64-linux
run: echo "RELEASE=helium-config-service-cli-${GITHUB_REF/refs\/tags\//}-x86-64-linux" >> $GITHUB_OUTPUT

- name: Prepare Release
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Name Release
if: startsWith(github.ref, 'refs/tags/')
id: name_release
run: echo ::set-output name=RELEASE::helium-config-service-cli-${GITHUB_REF/refs\/tags\//}-x86-64-macos
run: echo "RELEASE=helium-config-service-cli-${GITHUB_REF/refs\/tags\//}-x86-64-macos" >> $GITHUB_OUTPUT

- name: Prepare Release
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Name Release
if: startsWith(github.ref, 'refs/tags/')
id: name_release
run: echo ::set-output name=RELEASE::helium-config-service-cli-${GITHUB_REF/refs\/tags\//}-x86-64-win
run: echo "RELEASE=helium-config-service-cli-${GITHUB_REF/refs\/tags\//}-x86-64-win" >> $GITHUB_OUTPUT
shell: bash

- name: Prepare Release
Expand Down

0 comments on commit 3dc0492

Please sign in to comment.