Skip to content

Commit 126489e

Browse files
authored
fix(ci): algolia workflows (#1468)
1 parent ca7d4be commit 126489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
npmToken: ${{ secrets.NPM_TOKEN }}
1717

1818
algolia:
19-
continue-on-error: true # continue even if pushing commit fails (to be fixed: @charlypoly)
2019
uses: the-guild-org/shared-config/.github/workflows/algolia-publish.yml@main
2120
secrets:
2221
githubToken: ${{ secrets.GITHUB_TOKEN }}
@@ -27,3 +26,4 @@ jobs:
2726
domain: https://www.the-guild.dev/graphql/shield/
2827
source: 'Shield'
2928
packageManager: pnpm
29+
continueOnError: true

0 commit comments

Comments
 (0)