Skip to content

Commit

Permalink
hotfix: workaround for softprops/action-gh-release#142
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed Aug 9, 2021
1 parent a317548 commit dde7253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
echo ::set-output name=IS_RELEASE::${IS_RELEASE}
- name: "Publish archives and packages"
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.8
if: steps.is-release.outputs.IS_RELEASE
with:
files: |
Expand Down

6 comments on commit dde7253

@Gkirito
Copy link

@Gkirito Gkirito commented on dde7253 Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.1.8 -> v0.1.7

@numToStr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.1.8 worked for me

@Gkirito
Copy link

@Gkirito Gkirito commented on dde7253 Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.1.8 worked for me

oh, but I find failed. It's the same with me

image-20210810xTMat5T3@2x

@numToStr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you can check the latest run. Although it has failed status for some other reason.

@Gkirito
Copy link

@Gkirito Gkirito commented on dde7253 Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, I also try v0.1.8

@Gkirito
Copy link

@Gkirito Gkirito commented on dde7253 Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.1.8 worked for me too

Please sign in to comment.