8000 chore: remove explicit repository URL configuration for semantic release · cloudgraphdev/cli@5093b7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5093b7f

Browse files
committed
chore: remove explicit repository URL configuration for semantic release
1 parent c1704c2 commit 5093b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
52
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn lint
4949

5050
- name: Publish
51-
run: npx semantic-release -r $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
51+
run: npx semantic-release
52
env:
5353
NODE_ENV: "cicd"
5454
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)
0