Skip to content

Release 1.0.3 - #52

Merged
AevumDecessus merged 2 commits into
mainfrom
dev
Jul 1, 2026
Merged

Release 1.0.3#52
AevumDecessus merged 2 commits into
mainfrom
dev

Conversation

@AevumDecessus

@AevumDecessus AevumDecessus commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Release 1.0.3 with fix for release workflow to properly trigger prod image builds.

Changes

  • Release workflow now uses fragforce-automation app token instead of GITHUB_TOKEN
  • This allows release events to trigger other workflows (like prod-image)

Why

Events triggered by GITHUB_TOKEN do not create new workflow runs to prevent recursive workflows. This prevented the prod-image workflow from triggering when releases were created.

Test plan

  • All checks passed on dev
  • After merge, verify v1.0.3 release creates automatically with correct tag and changelog
  • After merge, verify prod image workflow triggers via release: published event (NOT manual tag push)
  • After merge, verify sync-dev-to-main workflow succeeds

Events triggered by GITHUB_TOKEN do not create new workflow runs to prevent recursive workflows. This prevented the prod image workflow from triggering when releases were created. Using the fragforce-automation app token instead allows the release event to properly trigger the prod-image workflow.
Release 1.0.3: Use app token in release workflow
@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@AevumDecessus
AevumDecessus merged commit 785084b into main Jul 1, 2026
19 checks passed
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.

2 participants