diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42e6685..f4ecb2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-18.04 needs: [test, build] steps: - - name: Semantic Release - uses: cycjimmy/semantic-release-action@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - uses: brpaz/action-semantic-release@v1 + with: + dry_run: "false" + branch: master diff --git a/releaserc.js b/releaserc.js deleted file mode 100644 index cf2f499..0000000 --- a/releaserc.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - branch: 'master', - plugins: [ - "@semantic-release/commit-analyzer", - "@semantic-release/release-notes-generator" - ] - }; \ No newline at end of file