Skip to content

Commit

Permalink
Revert "build(deps): Bump softprops/action-gh-release from 2.1.0 to 2…
Browse files Browse the repository at this point in the history
….2.0"

The most-recent version of the action has a [bug](softprops/action-gh-release#556)
that results in big file uploads (and thus the "Publisher" workflow) to
fail

Reverts https://github.com/nim-works/nimskull#1479.
  • Loading branch information
zerbina committed Dec 24, 2024
1 parent 20d4810 commit bfd4268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- id: release
name: Create pre-release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
prerelease: true
files: ${{ steps.release-files.outputs.result }}
Expand All @@ -120,7 +120,7 @@ jobs:
failOnError: true

- name: Push changelog
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: ${{ steps.release-files.outputs.version }}
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit bfd4268

Please sign in to comment.