Skip to content

Commit

Permalink
fix(ci): algolia workflows (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly authored Oct 17, 2022
1 parent ca7d4be commit 126489e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
npmToken: ${{ secrets.NPM_TOKEN }}

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

0 comments on commit 126489e

Please sign in to comment.