Skip to content

Commit

Permalink
dimclient release workflow: changing set-output did not work as docum…
Browse files Browse the repository at this point in the history
…ented
  • Loading branch information
miesi-ionos committed Jul 26, 2024
1 parent e0036ee commit a5895b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dimclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: ${{ steps.version.outputs.version }}

steps:
- run: echo "name=version::$(echo "$_REF" | cut -d'-' -f2-)" >> $GITHUB_OUTPUT
- run: echo "::set-output name=version::$(echo "$_REF" | cut -d'-' -f2-)"
id: version
shell: bash
env:
Expand Down

0 comments on commit a5895b0

Please sign in to comment.