Skip to content

Commit cedf9e9

Browse files
authored
ci(semantic-release): unpin version of semantic-release in CI (#27)
1 parent efe547f commit cedf9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
restore-keys: |
2121
${{ runner.os }}-node-
2222
- run: npm ci
23-
- run: npx semantic-release@19
23+
- run: npx semantic-release
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)