From f76f75c36887d080c647cbd33ecba86b7b1dcecf Mon Sep 17 00:00:00 2001 From: Tomas Olvecky Date: Tue, 14 Jan 2025 16:10:36 +0100 Subject: [PATCH] ci: Fix `push-components.yml` --- .github/workflows/push-components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-components.yml b/.github/workflows/push-components.yml index 5d3fd213..9ef0e624 100644 --- a/.github/workflows/push-components.yml +++ b/.github/workflows/push-components.yml @@ -55,7 +55,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Push obelisk-oci.toml run: | - git add obelisk-oci.toml + git add obelisk.toml git commit -m "chore: Bump components to $TAG" git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git git push origin main