We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105f3e9 commit 18386f1Copy full SHA for 18386f1
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v3
30
with:
31
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
32
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
33
34
path: ~/.npm
35
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -43,7 +43,7 @@ jobs:
43
- name: Release
44
uses: cycjimmy/semantic-release-action@v2
45
46
- semantic_version: 18
+ semantic_version: 19
47
extra_plugins: |
48
@semantic-release/commit-analyzer
49
semantic-release-interval
0 commit comments