Skip to content

Commit

Permalink
release.yml: Fix working directory for release step
Browse files Browse the repository at this point in the history
  • Loading branch information
theCalcaholic committed Jul 24, 2022
1 parent e6d1821 commit ba209a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./release
run: |
subject="$(git tag -n10 --format="%(contents:subject)" "${{ env.VERSION }}")"
body="$(git tag -n10 --format="%(contents:body)" "${{ env.VERSION }}")"
Expand Down

0 comments on commit ba209a7

Please sign in to comment.