carenalgas / popochiu

Godot plugin to make point n' click games in a similar way to tools like Adventure Game Studio and Power Quest.
MIT License
159 stars 17 forks source link

Release pipeline is broken #173

Closed stickgrinder closed 4 months ago

stickgrinder commented 4 months ago

Bug description

It should be possible to release new versions of Popochiu by pushing properly formatted tags to main or develop branches.

The automation is now broken at the gh-release-action stage for permissions reasons.

immagine

Steps to reproduce

Steps to reproduce the behavior:

  1. Tag v2.0.0-beta2 on main or develop branch
  2. Issue git push --tags
  3. Check the triggered github workflow: it fails as in the previous screenshot

Expected vs observed behavior

The action should run flawlessly

Additional context

The problem has been issued here, and it's due to a change in the permissions level for gh-actions. I'll check everything is in place.