Skip to content

Commit

Permalink
Fix action variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Jun 9, 2023
1 parent d24538f commit 9247aac
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 @@ -17,7 +17,7 @@ jobs:
id: get_release_by_tag
with:
route: GET /repos/{owner}/{repo}/releases/tags/{tag}
owner: ${{ GITHUB_REPOSITORY_OWNER }}
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
tag: ${{ inputs.tag }}
env:
Expand Down

0 comments on commit 9247aac

Please sign in to comment.