Skip to content

Commit

Permalink
Merge branch 'master' into test-release
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Sep 17, 2024
2 parents 7f4c117 + 64c2270 commit 9782d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Build and publish the standard release
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_RELEASE_URL: ${{ github.api_url }}/${{ github.repository }}/releases/${{ fromJSON(needs.release-check.outputs.json)['version.json'].id }}
GITHUB_RELEASE_URL: ${{ github.api_url }}/repos/${{ github.repository }}/releases/${{ fromJSON(needs.release-check.outputs.json)['version.json'].id }}
run: |
REPOSITORY_NAME=${GITHUB_REPOSITORY##*/}
Expand Down

0 comments on commit 9782d4b

Please sign in to comment.