Skip to content

Commit

Permalink
chore: update pipeline actions (setOutputs)
Browse files Browse the repository at this point in the history
  • Loading branch information
kl1mm authored Sep 17, 2024
1 parent a4bfaa5 commit 7f84b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: src/kli.Localize.Generator/bin/Release/*.nupkg
- name: Set job outputs
id: setOutputs
run: echo "::set-output name=tag::v${{ env.GitBuildVersionSimple }}"
run: echo "tag=v${{ env.GitBuildVersionSimple }}" >> $GITHUB_OUTPUT

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7f84b5e

Please sign in to comment.