Skip to content

Commit

Permalink
moving from set-output for action step
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Oct 23, 2024
1 parent e5dc71a commit 2633edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Get git tag
id: git_tag
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/v}
run: "echo tag=${GITHUB_REF#refs/tags/v} >> $GITHUB_OUTPUT"

- name: Publish NuGet package
run: dotnet pack --no-build -c ${{ env.DOTNET_CONFIGURATION }} -o ./nuget -p:PackageVersion=${{ steps.git_tag.outputs.tag }}
Expand Down

0 comments on commit 2633edf

Please sign in to comment.