diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78d8f90..88c2cbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: test $(python -c "from travertino import __version__; print(__version__)") = $VERSION - name: Create release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: name: ${{ env.VERSION }} draft: true diff --git a/changes/89.misc.rst b/changes/89.misc.rst new file mode 100644 index 0000000..13e36e2 --- /dev/null +++ b/changes/89.misc.rst @@ -0,0 +1 @@ +Updated ncipollo/release-action from 1.12.0 to 1.13.0.