Closed corneliusroemer closed 1 week ago
I'd guess that github.event.repository
doesn't have a default_branch
property.
Sorry you had to be the guinea pig here. Should've tested before merging! I'll debug on a personal fork.
The issue is the condition github.event_name == 'workflow_call'
. Even though ci.yaml is called by another workflow, the github
context is associated with the caller workflow so the condition should be github.event_name == 'workflow_dispatch'
. See this debugging run.
HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/
We forgot to add secrets: inherit
in the caller workflow 🤦
This release made it halfway through. My plan:
Revert version bumps in git repo
# <on latest master>
git revert c88c5183798992334f4e469883308b7731f4f508
git push
git push --delete origin 26.1.0
PR to add secrets: inherit
Re-release 26.1.0 – third time's the charm?
I ran release workflow with tag 26.1.0, it ran successfully but it didn't actually release
https://github.com/nextstrain/augur/actions/runs/11799213368
Maybe related to recent changes to release workflow: https://github.com/nextstrain/augur/pull/1634 by @victorlin? Or did I do something wrong during release process? I exactly followed the manual:
It's hard to test this without triggering a release itself: https://github.com/nextstrain/augur/blob/00b97741efe2518c4f21d7cc9dc0fb1b7af3ed89/.github/workflows/ci.yaml#L360 https://github.com/nextstrain/augur/pull/1634/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133ddR360