Skip to content

Commit

Permalink
Merge pull request #22 from jordojordo/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jordojordo authored Aug 18, 2023
2 parents 8e3866b + f148beb commit d4fcca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:
- name: Sync Catalog Image with Registry
id: sync_catalog_script
run: |
chmod +x ./scripts/sync-catalogs
./scripts/sync-catalogs -t ${{ github.ref_name }}
chmod +x ./scripts/bundle-catalog
./scripts/bundle-catalog -t ${{ github.ref_name }}

0 comments on commit d4fcca8

Please sign in to comment.