Skip to content

fix(ci): revert action bumps in maven-publish workflow#105

Open
Gabrielpanga wants to merge 1 commit into
masterfrom
fix/restore-publish-actions
Open

fix(ci): revert action bumps in maven-publish workflow#105
Gabrielpanga wants to merge 1 commit into
masterfrom
fix/restore-publish-actions

Conversation

@Gabrielpanga

Copy link
Copy Markdown
Member

Summary

Revert actions/setup-java v5 → v1 and dopplerhq/cli-action v4 → v1 in maven-publish.yml, matching the last known-good publish (v1.11.0).

Why

#103 fixed the same major action bumps in maven.yml but missed maven-publish.yml, which the bumps (#85, #90) also touched. dopplerhq/cli-action@v4 isn't on the repo's allowed-actions list (only @v1), so the publish workflow fails at startup — that's why v1.12.0 was tagged/released but never deployed to GitHub Packages.

Next step after merge

Re-dispatch the publish: gh workflow run maven-publish.yml -f tag_version=v1.12.0 (workflow_dispatch uses the workflow definition from master, so this fix must land first).

Test plan

  • maven-publish.yml is byte-identical to the last green publish (v1.11.0)

The same major action bumps that broke Build & Test (#85 setup-java
v1->v5, #90 dopplerhq/cli-action v1->v4) also landed in
maven-publish.yml, but #103 only fixed maven.yml. dopplerhq/cli-action@v4
is not on the repo's allowed-actions list (only @v1), so the publish
workflow fails at startup and v1.12.0 never deploys to GitHub Packages.

Revert both actions to @v1, matching the last known-good publish
(v1.11.0). checkout stays at @v4 (GitHub-owned, allowed).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant