Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action is to work in v0.1.7 but get the error in the latest #142

Closed
Gkirito opened this issue Aug 9, 2021 · 10 comments
Closed

Action is to work in v0.1.7 but get the error in the latest #142

Gkirito opened this issue Aug 9, 2021 · 10 comments

Comments

@Gkirito
Copy link

Gkirito commented Aug 9, 2021

same like this
https://github.com/softprops/action-gh-release/issues/129#issuecomment-894822810

Run softprops/action-gh-release@v0.1.10
👩‍🏭 Creating new GitHub release for tag v0.0.4...
⚠️ GitHub release failed with status: 404, retrying... (2 retries remaining)
👩‍🏭 Creating new GitHub release for tag v0.0.4...
⚠️ GitHub release failed with status: 422, retrying... (1 retries remaining)
👩‍🏭 Creating new GitHub release for tag v0.0.4...
⚠️ GitHub release failed with status: 422, retrying... (0 retries remaining)
❌ Too many retries. Aborting...
Error: Too many retries.

config:

   - name: release
        uses: softprops/action-gh-release@v1
        if: startsWith(github.ref, 'refs/tags/')
        with:
          files: "dist/main.js"

It's to work in v0.1.7 but get the error in the latest

@OutOfBedlam
Copy link

I have same problem...

applied workaround uses: softprops/action-gh-release@v0.1.7

@Gkirito Gkirito changed the title My action is to work in v0.1.7 but get the error in the latest Action is to work in v0.1.7 but get the error in the latest Aug 9, 2021
@rshamsnejad
Copy link

I've been having the same problem for the past two hours with v1, and I finally solved it after finding this thread by using the same workaround as @OutOfBedlam .

@valentjn
Copy link

valentjn commented Aug 9, 2021

Probably the same as #139.

TomChv added a commit to grouville/dagger-serverless that referenced this issue Aug 9, 2021
Release action is [currently broken](softprops/action-gh-release#142) on latest version
@onthebusiness
Copy link

I have the same problem in a private repository today. I'll try to roll back to an earlier version

@Sloaix
Copy link

Sloaix commented Aug 9, 2021

I had the same problem when I released the new version.

numToStr added a commit to numToStr/snm that referenced this issue Aug 9, 2021
@alex5995
Copy link

alex5995 commented Aug 9, 2021

I had the same problem when I released the new version.

@softprops
Copy link
Owner

the main issue the causing the error breaking releases is now fixed in https://github.com/softprops/action-gh-release/releases/tag/v0.1.12 (v1 tag was updated)

there may be smaller cosmetic issues but the main issue is resolved

@rshamsnejad
Copy link

@softprops

I confirm that it works fine now with v1. Thanks !

@Gkirito
Copy link
Author

Gkirito commented Aug 10, 2021

@softprops

I confirm that it works fine now with v1. Thanks !

I confirm too

@Gkirito
Copy link
Author

Gkirito commented Aug 10, 2021

@softprops
Thanks!

@Gkirito Gkirito closed this as completed Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants