Skip to content

Commit 1a640ab

Browse files
committed
Ensure slug is defined
1 parent 11285d7 commit 1a640ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
git tag -a "v${NEW_VERSION}" -m "Release v{NEW_VERSION}"
9999
100100
# Push changes to GitHub:
101+
SLUG=${{ github.repository }}
101102
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$SLUG.git" --follow-tags
102103
103104
# Replace GitHub links to individual packages with npm links:

0 commit comments

Comments
 (0)