Skip to content

Commit 0bd43f1

Browse files
committed
Allow automated NPM Releases as part of the CD process
1 parent 3cc4d89 commit 0bd43f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CD.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ jobs:
3232
- uses: JS-DevTools/npm-publish@v1
3333
with:
3434
token: ${{ secrets.NPM_TOKEN }}
35-
# TODO: remove the dry run declaration after testing CD doesn't throw
36-
dry-run: true

0 commit comments

Comments
 (0)