Skip to content

Commit c9829a2

Browse files
authored
Update create-release.yaml workflow
Removed commented NPM_TOKEN and test publish step.
1 parent d07e9e2 commit c9829a2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,4 @@ jobs:
4343
GIT_AUTHOR_EMAIL: secrets.automation.dev@il.ibm.com
4444
GIT_COMMITTER_NAME: secrets.automation.dev
4545
GIT_COMMITTER_EMAIL: secrets.automation.dev@il.ibm.com
46-
#NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4746
run: npx semantic-release
48-
49-
- name: Test OIDC publish (dry-run)
50-
if: github.event_name == 'workflow_dispatch'
51-
run: npm publish --dry-run --verbose

0 commit comments

Comments
 (0)