Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto authored Jun 5, 2023
1 parent 105f3e9 commit 18386f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 18
semantic_version: 19
extra_plugins: |
@semantic-release/commit-analyzer
semantic-release-interval
Expand Down

0 comments on commit 18386f1

Please sign in to comment.