The (very WIP) home of the next versions of my web presences

build: further tweak tohandle GHA for releases (?)

Wouldn't it be nice if this were a typed API instead of some string-based
nonsense that looks like it just gets flattened into optional-all-the-way
hash map shenanigans or something? :sigh:

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/CI and CD.yml
··· 53 53 name: Create and upload release 54 54 needs: [check] 55 55 if: ${{ 56 - (github.event.push.commits[0].author.username == 'chriskrycho' && github.ref_name == 'main') 56 + (github.event.commits[0].author.username == 'chriskrycho' && github.ref_name == 'main') 57 57 || github.event_name == 'workflow_dispatch' 58 58 }} 59 59 permissions: