Skip to content

[Bug] Workflow "update-flake-hash" not triggering on releases #177

@xrexy

Description

@xrexy

What version of WinBoat are you running?

0.8.4

Steps to Reproduce / Context

Trigger a github Release

Logs

https://github.com/TibixDev/winboat/actions/workflows/update-flake-hash.yml

Expected Behavior

On every release the workflow should trigger and update the appimage hash in flake.nix.

Ran the commands locally and everything is working as expected, seems the issue is only the triggering.

Current Behavior

On a release the workflow is not triggering

Possible Solution

Most likely related to:

on:
  release:
    types: [published]
  workflow_dispatch:
    inputs:
      version:
        description: 'Version to update (e.g., 0.8.1)'
        required: true

Related to #164

Quality Notice

  • I have checked the issue tracker and verified that this bug is a unique case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI/CDAnything regarding the CI/CD pipelinebugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions