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 930ca89 commit bd2f793Copy full SHA for bd2f793
1 file changed
.github/workflows/promote.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Mark the matching GitHub release as latest
42
run: |
43
VERSION="${GITHUB_REF_NAME#promote-latest-v}"
44
- gh release edit "v$VERSION" --prerelease=false --latest
+ gh release edit "v$VERSION" \
45
+ --repo "$GITHUB_REPOSITORY" \
46
+ --prerelease=false \
47
+ --latest
48
env:
49
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments