Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/verify-and-deploy-public-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,11 @@ jobs:
echo "Generated release tag unexpectedly already exists." >&2
exit 1
fi
if [ "$(gh api "repos/${GITHUB_REPOSITORY}" --jq '.permissions.push')" != "true" ]; then
echo "The workflow token cannot create the final release record." >&2
exit 1
fi
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git tag -a "$ROSS_RELEASE_ID" -m "ROSS public beta release train preflight"
trap 'git tag --delete "$ROSS_RELEASE_ID" >/dev/null 2>&1 || true' EXIT
git push --dry-run origin "refs/tags/${ROSS_RELEASE_ID}"
git tag --delete "$ROSS_RELEASE_ID"

- name: Promote the rehearsed digests to public production
if: inputs.promote_public
Expand Down
4 changes: 2 additions & 2 deletions reports/release-manifest-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
},
{
"path": ".github/workflows/verify-and-deploy-public-beta.yml",
"sha256": "69253489fffdf6b220f6ffea764c30e46510dd97730fb23e85400c9eaeba6c11",
"sizeBytes": 9544
"sha256": "2bae1574be2fd81bf97636e77d3810225ac016122ca463971b17511a9f8951fc",
"sizeBytes": 9367
},
{
"path": ".github/workflows/verify-ontario-sources.yml",
Expand Down