mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 21:54:41 +08:00
Our current release process involves pushing two commits to `main` simultaneously. The first is tagged `beta`, and then the second begins the new `-latest` cycle for the next beta version. Since they're pushed together, GitHub only triggers a single 'push' event for the most recent commit. This commit updates the publish-assets workflow so that it's also triggered when the `beta` tag is attached to a new commit. That'll ensure that assets are built & published for that specific commit, which is accessible via the `beta` tag and the version-specific tags. |
||
|---|---|---|
| .. | ||
| check-pr-body.yml | ||
| dependabot-pnpm-dedupe.yml | ||
| labeler.yml | ||
| licenses.yml | ||
| linting.yml | ||
| migration-tests.yml | ||
| publish-assets.yml | ||
| release-notes.yml | ||
| stale-pr-closer.yml | ||
| tests.yml | ||