generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Delete release and create new one? #59
Comments
I'm having the same issue. # Add it as a release
- name: Publish release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.DEPLOY_KEY }}
file: FILENAME.zip
asset_name: FILENAME.zip
tag: master
overwrite: true I attempted to zip it up first (worked). When running the action again, it throws the |
Hm this was supposed to be fixed with 2.6.0. I don't have time to look into this now. Could you try to debug it and send a PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to delete an existing release (if one with the same name already exsits) and create a new one?
overwrite: true
seems not do do this for me.The text was updated successfully, but these errors were encountered: