Skip to content

Commit 5466574

Browse files
author
Jakob Rosenberg
authored
Merge pull request #183 from pycom/release-v1.1.16
Release v1.1.16
2 parents 8449038 + d4a8934 commit 5466574

File tree

3 files changed

+130
-132
lines changed

3 files changed

+130
-132
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- run: npm ci
2020

2121
- name: Publish
22-
# for testing, add --dry-run
23-
run: npm run semantic-release -- --debug
22+
# for testing, add -- --dry-run --debug
23+
run: npm run semantic-release
2424
env:
2525
VSCE_PAT: ${{ secrets.PUBLISHER_TOKEN }}
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)