Skip to content

Commit b79002b

Browse files
committed
chore: update semantic-release action
1 parent 2ad435b commit b79002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies and build
1515
run: npm ci && npm run build
1616
- name: Semantic Release
17-
uses: cycjimmy/semantic-release-action@v2.5.0
17+
uses: cycjimmy/semantic-release-action@v3.4.2
1818
env:
1919
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)