diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index b7aff41..db90423 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -200,7 +200,7 @@ jobs: # Create a new release with zipped dependencies - name: Create Release with Assets id: create_release_with_zip - uses: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.4.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -234,7 +234,7 @@ jobs: # Create a new release with no zip - name: Create Simple Release id: create_bare_release - uses: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.4.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: