Skip to content

Commit

Permalink
Fix mktemp command in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Oct 15, 2023
1 parent a9f094c commit a6d004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Release under current tag
run: |
export "CHANGELOG_FILE=$(mktemp --suffx=.md)"
export "CHANGELOG_FILE=$(mktemp --suffix=.md)"
echo "CHANGELOG_FILE=${CHANGELOG_FILE}" >> $GITHUB_ENV
gh api --method POST -H "Accept: application/vnd.github+json" \
"/repos/${GITHUB_REPOSITORY}/releases/generate-notes" \
Expand Down

0 comments on commit a6d004e

Please sign in to comment.