We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca91f9 commit e98039dCopy full SHA for e98039d
.github/workflows/upload-snapshot.yml
@@ -218,7 +218,7 @@ jobs:
218
GH_TOKEN: ${{ steps.snapshots-token.outputs.result }}
219
run: |
220
gh release create \
221
- -R ${{ github.repository }} \
+ -R "$OWNER/$SNAPSHOTS_REPO" \
222
--target "${{ steps.bundle-artifacts.outputs.git-commit-oid }}" \
223
--title "${{ steps.bundle-artifacts.outputs.date }}" \
224
${{ steps.bundle-artifacts.outputs.ver }} \
0 commit comments