Skip to content

Commit

Permalink
Correct tag argument
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbroup committed Jul 21, 2021
1 parent a74a27b commit 15dea73
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 @@ -46,7 +46,7 @@ jobs:
with:
name: List of Trust Lists
body_path: release-notes.txt
tag: ${{ steps.version.outputs.tag }}
tag_name: ${{ steps.version.outputs.tag }}
files: |
ltl.yaml
ltl.json
Expand Down

0 comments on commit 15dea73

Please sign in to comment.