Skip to content

Commit

Permalink
fix: use tag_name for proto-assets upload (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Mar 2, 2022
1 parent 596614c commit c3f2f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
repo_token: ${{ github.token }}
file: ./dist/*
tag: ${{ needs.inspect.outputs.version }}
tag: ${{ github.event.release.tag_name }}
overwrite: true
file_glob: true
binary-assets:
Expand Down

0 comments on commit c3f2f36

Please sign in to comment.