Skip to content

Commit ff507a4

Browse files
authored
Merge pull request #99 from SWI-Prolog/chore/disable-release-dry-run
chore: disable release dry run
2 parents f83c228 + a7cfd54 commit ff507a4

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)