diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42c3ab0d..37a842c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,10 @@ jobs: uses: actions/checkout@v1 with: fetch-depth: 1 - - name: Create Version - uses: caos/semantic-release@v0.2.4 - + - name: Semantic Release + uses: cycjimmy/semantic-release-action@v2 + with: + dry_run: false + semantic_version: 17.0.4 + extra_plugins: | + @semantic-release/exec@5.0.0