Skip to content

Commit

Permalink
Fix publish.yml (#10)
Browse files Browse the repository at this point in the history
This adds a missing colon to the publish.yml workflow
  • Loading branch information
versilis authored Apr 26, 2023
1 parent 3450686 commit b9b1c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout release Tag
uses: actions/checkout@v3
with:
ref ${{ github.event.release.tag_name }}
ref: ${{ github.event.release.tag_name }}

- name: Validate Release Tag
run: |
Expand Down

0 comments on commit b9b1c31

Please sign in to comment.