Skip to content

Commit

Permalink
ci: Fix push-components.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasol committed Jan 14, 2025
1 parent e7a59a8 commit f76f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f76f75c

Please sign in to comment.