Skip to content

Commit

Permalink
fix Create Release step
Browse files Browse the repository at this point in the history
  • Loading branch information
RadWolfie authored Dec 7, 2022
1 parent ca4b391 commit 931bd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
GH_REPO: ${{ github.repository }} # https://github.com/cli/cli/issues/3556
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create ${{ env.tag_name }} XbSymbolDatabase.zip --notes-file changelog --target $GITHUB_SHA
run: gh release create ${{ env.tag_name }} XbSymbolDatabase.zip --notes-file changelog/changelog --target $GITHUB_SHA

0 comments on commit 931bd0a

Please sign in to comment.