Skip to content

Commit 6efb1b5

Browse files
committed
ci: Commit updated snapshot in push-components
1 parent 5d8497b commit 6efb1b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Push obelisk-oci.toml
6060
run: |
61-
git add obelisk-oci.toml
61+
git add .
6262
git commit -m "chore: Bump components to $TAG"
6363
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
6464
git push origin ${{ github.event.inputs.ref }}

scripts/push-components.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ push "target/wasm32-wasip2/release_webhook/webhook_healthcheck.wasm"
2929
echo "All components pushed and TOML file updated successfully."
3030

3131
# obelisk.toml is parsed in toml.rs, snapshots will need updating.
32-
./scripts/test.sh
32+
./scripts/test.sh || true
3333
cargo insta accept --workspace

0 commit comments

Comments
 (0)