diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6b2de0..15533f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: build project for distribution run: poetry build - name: create github release - uses: ncipollo/release-action@v1.10.0 + uses: ncipollo/release-action@v1.12.0 with: artifacts: "dist/*" token: "${{ secrets.GITHUB_TOKEN }}"