Skip to content

Commit

Permalink
Merge pull request #89 from conductor-sdk/manan164-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
manan164 authored Aug 29, 2023
2 parents 8e3fde8 + e588d98 commit ec6a079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: >
DOCKER_BUILDKIT=1 docker build
--target=publish_release
--build-arg SDK_VERSION=${{ github.ref_name }}
--build-arg SDK_VERSION=${{ github.event.release.tag_name }}
--build-arg NUGET_SRC=${{ secrets.NUGET_SRC }}
--build-arg NUGET_API_KEY=${{ secrets.NUGET_API_KEY }}
--progress=plain
Expand Down

0 comments on commit ec6a079

Please sign in to comment.