Skip to content

Commit

Permalink
chore(ci): remove tag-name flag from provenance action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Feb 7, 2022
1 parent 6a478ba commit c340053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
command: generate
subcommand: files
arguments: --artifact-path .dist --output-path '.dist/provenance.json' --tag-name cmd/harp/v${{ github.event.inputs.release }}
arguments: --artifact-path .dist --output-path '.dist/provenance.json'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
-
Expand Down

0 comments on commit c340053

Please sign in to comment.