Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Apr 14, 2024
1 parent ae4f586 commit 4a83f36
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 @@ -16,7 +16,7 @@ jobs:
with:
ref: main
fetch-depth: 0
- run: exit $(git merge-base --is-ancestor $tag HEAD)
- run: exit $(git merge-base --is-ancestor $GITHUB_REF_NAME HEAD)
create-github-release:
runs-on: ubuntu-22.04
needs: [ ensure-tag-is-on-main ]
Expand Down

0 comments on commit 4a83f36

Please sign in to comment.