Skip to content

Commit 18386f1

Browse files
authored
chore: Update release.yml
1 parent 105f3e9 commit 18386f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v3
3030
with:
3131
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v3
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -43,7 +43,7 @@ jobs:
4343
- name: Release
4444
uses: cycjimmy/semantic-release-action@v2
4545
with:
46-
semantic_version: 18
46+
semantic_version: 19
4747
extra_plugins: |
4848
@semantic-release/commit-analyzer
4949
semantic-release-interval

0 commit comments

Comments
 (0)