Skip to content

Commit

Permalink
Missing the checkout command in publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Sep 21, 2024
1 parent 4cfcd9d commit dc17265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
needs: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Extract the Version
run: echo "VERSION=$(echo ${{ github.event.release.tag_name }} | sed -e 's/^v//')" >> $GITHUB_ENV
if: github.event.release.tag_name != null
Expand Down

0 comments on commit dc17265

Please sign in to comment.