Skip to content

Commit

Permalink
Add build version env when publishing to feedz
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragemil committed Aug 31, 2023
1 parent b223079 commit b77081b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publisher_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
dotnet nuget push "bin/Release/LeanPipe.${BUILD_VERSION}.nupkg" -k "$FEEDZ_API_KEY" -s 'https://f.feedz.io/leancode/public/nuget/index.json' -n
working-directory: ./publisher/src/LeanPipe
env:
BUILD_VERSION: ${{ steps.version.outputs.version }}
FEEDZ_API_KEY: ${{ secrets.FEEDZ_API_KEY }}

0 comments on commit b77081b

Please sign in to comment.