Skip to content

Commit

Permalink
fix: Reference release url from event
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcollins-google committed Nov 24, 2020
1 parent 197b809 commit da71ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: https://uploads.github.com/repos/GoogleCloudPlatform/pubsub/releases/${{ github.event.release.release_id }}/assets
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./kafka-connector/target/pubsub-kafka-connector.jar
asset_name: pubsub-kafka-connector.jar
asset_content_type: application/java-archive

0 comments on commit da71ad6

Please sign in to comment.