diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b37ee2..5e49ab6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: Create release if: github.ref == 'refs/heads/main' id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: "${{ steps.build-push-sign.outputs.version }}" name: "Release ${{ steps.build-push-sign.outputs.version }}"