Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed Jul 8, 2024
1 parent 133cc7b commit d2e5e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
id: tags
uses: octokit/[email protected]
with:
route: GET /repos/${{ github.repository }}/git/matching-refs/tags
route: ${{ format('GET /repos/{0}/git/matching-refs/tags', github.repository) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Validate Tag is New
Expand Down

0 comments on commit d2e5e5f

Please sign in to comment.