Skip to content

Commit a674dd6

Browse files
committed
fix: try to release with previously used semantic-release version
1 parent 4c05d99 commit a674dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 16
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run build
2121
- run: ls pkg/
2222
- run: ls pkg/dist-types
23-
- run: npx semantic-release --debug
23+
- run: npx semantic-release@18 --debug
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)