svenstaro/upload-release-action

Delete release and create new one?

probonopd opened this issue · 3 comments

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.

yue4u commented

Might related to #35, #42. I have a single file to upload per strategy/matrix with overwrite: true but it throws Validation Failed: {"resource":"ReleaseAsset","code":"already_exists","field":"name"}.

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 Validation Failed: {"resource":"ReleaseAsset","code":"already_exists","field":"name"} error. Only using one file (linked item mentioned > 30 objects)

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?