diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a522b60..ac14bd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: filename: "fanscrape.zip" exclusions: "*.git* .editorconfig .flake8 .pre-commit-config.yaml" - name: Upload Release - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.18.0 with: artifacts: "fanscrape.zip" tag: ${{ steps.tag_version.outputs.new_tag }}