diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4ae3ac9..14ecc14a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -186,7 +186,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: github.ref == 'refs/heads/main' with: tag_name: v${{ env.VERSION }}