Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix(ci): fix getting package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Mar 10, 2022
1 parent 1e379ba commit ed28322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
path: src/Com.Auth0.FGA/bin/Release/Com.Auth0.FGA.*.nupkg

- name: Publish
run: dotnet nuget push src/Com.Auth0.FGA/bin/Release/Com.Auth0.FGA.$($env:GITHUB_REF -replace "refs/tags/v").nupkg
run: dotnet nuget push src/Com.Auth0.FGA/bin/Release/Com.Auth0.FGA.*.nupkg

create-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed28322

Please sign in to comment.