Skip to content

Commit

Permalink
fix: semantic-release config path
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed May 24, 2022
1 parent 99493e6 commit be8d1ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions .github/.releaserc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache-dependency-path: '**/.github/workflows/release.yml'
cache-dependency-path: '**/.github/workflows/release.yml'
cache: 'npm'
check-latest: true
node-version: '16'
Expand Down

0 comments on commit be8d1ef

Please sign in to comment.