Skip to content

Commit bf8a038

Browse files
committed
ci: try removing semantic release package env var
1 parent 2e76bbc commit bf8a038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ jobs:
151151
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
152152
env:
153153
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
154-
SEMANTIC_RELEASE_PACKAGE: ${{ github.event.repository.name }}
155154
GIT_AUTHOR_EMAIL: "${{ steps.bot-user-id.outputs.user-id }}+${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com"
156155
GIT_COMMITTER_EMAIL: "${{ steps.bot-user-id.outputs.user-id }}+${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com"
157156
with:

0 commit comments

Comments
 (0)