diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 474fdf81..652596cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: GIT_API_TAGGING: false # uses git cli - name: automatic-release - uses: softprops/action-gh-release@v2.0.0 + uses: softprops/action-gh-release@v2.0.8 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.tag.outputs.new_tag }}