Skip to content

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto authored Sep 18, 2022
1 parent 2f2ebc0 commit 1a0ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get local release
id: local
run: |
echo ::set-output name=tag::"$(curl -sL "https://api.github.com/repos/${{github.repository}}/tags" | jq -r '[.[] | select(.tag_name | startswith("latest-"))][0].name')"
echo ::set-output name=tag::"$(curl -sL "https://api.github.com/repos/${{github.repository}}/releases" | jq -r '[.[] | select(.tag_name | startswith("latest-"))][0].name')"
echo ::set-output name=release::"$(curl -sL "https://api.github.com/repos/${{github.repository}}/releases" | jq -r '[.[] | select(.tag_name | startswith("release-"))][0].tag_name')"
- name: Test
id: test
Expand Down

0 comments on commit 1a0ad90

Please sign in to comment.