diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 9cb9c0c..74776c8 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -45,7 +45,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: Release ${{ steps.tag.outputs.TAG_NAME }} draft: false