Skip to content

Commit a7cfd54

Browse files
authored
chore: disable release dry run
Once this PR is merged `npm-swipl-wasm` will begin performing automated release based on semantic commits to the main branch
1 parent f83c228 commit a7cfd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
env:
4646
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
48-
run: npx semantic-release --dry-run
48+
run: npx semantic-release

0 commit comments

Comments
 (0)