Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #107 from latitudegames/modules/sserver-updates
Browse files Browse the repository at this point in the history
Add checkout step to reset yarn.lock that is crashing canary publishi…
  • Loading branch information
Sean Gillespie authored Oct 6, 2021
2 parents 695bda5 + 076642f commit 7f4a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
if: steps.core_diff.outcome != 'success' && (steps.no_thoth_core_label.outcome == 'success' || contains(github.event.pull_request.labels.*.name, 'thoth-core'))

- name: Publish next canary release of @latitudegames/thoth-core
run: yarn publish:canary
run: git checkout yarn.lock && yarn publish:canary
if: steps.core_diff.outcome != 'success' && (steps.no_thoth_core_label.outcome == 'success' || contains(github.event.pull_request.labels.*.name, 'thoth-core'))

0 comments on commit 7f4a914

Please sign in to comment.