diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aec9b6f..8261b55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: Orbit v${{ steps.version.outputs.VERSION }} draft: false