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" (#1477)

This is currently broken, see:
softprops/action-gh-release#556

Reverts https://github.com/nim-works/nimskull#1476
  • Loading branch information
alaviss authored Dec 17, 2024
1 parent c0bc71f commit d217009
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 d217009

Please sign in to comment.