diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2882385..693067a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v2 + uses: ./ id: semantic with: extra_plugins: | @@ -34,7 +34,7 @@ jobs: - name: Setup Node.js with GitHub Package Registry uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 registry-url: 'https://npm.pkg.github.com' scope: 'cycjimmy'