fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.33k stars 398 forks source link

ci: break release workflow into separate jobs #1436

Closed rogerlz closed 1 month ago

rogerlz commented 1 month ago

The PR #1433 breaks the Docker image upload due to the permission changes added for the OIDC integration. As discussed over Discord, this PR moves the permissions to the job level. To accommodate this, the release action has been split into two jobs.

Signed-off-by: Rogerio Goncalves rogerlz@gmail.com