Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Why are you like you are, github.repositoryUrl (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Apr 1, 2022
1 parent 52322b8 commit 04f79b5
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 @@ -66,7 +66,7 @@ jobs:
id: persist_release
env:
RAW_CHANGELOG: ${{ steps.fetch_release.outputs.body }}
REPO_URL: ${{ github.repositoryUrl }}
REPO_URL: 'https://github.com/${{ github.repository_owner }}/${{ github.repository }}'
run: |
echo "::set-output name=released::${{ steps.release.outputs.released }}"
echo "::set-output name=changelog::$(node ./scripts/rewrite-changelog.js RAW_CHANGELOG $REPO_URL)"
Expand Down

0 comments on commit 04f79b5

Please sign in to comment.