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