Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaKitazawa committed Jan 21, 2024
1 parent 7badab1 commit c594c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-tag-when-pr-was-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- id: get-latest-tag
if: ${{ steps.release-label.outputs.level != null }}
run: |
latest_tag=$(curl -s $GITHUB_API_URL/repos/$GITHUB_REPOSITORY/releases/latest | jq -r .tag_name)
echo "::set-output name=tag::${latest_tag}"
latest_tag=$(curl -s ${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/releases/latest | jq -r .tag_name)
echo "tag=${latest_tag}" >> ${GITHUB_OUTPUT}
- uses: actions-ecosystem/action-bump-semver@v1
id: bump-semver
Expand Down

0 comments on commit c594c3c

Please sign in to comment.