Skip to content

Commit

Permalink
ci: netlify fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Mar 25, 2024
1 parent 186e7d5 commit 5d5cd27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npx json -I -f dist/variables.json -e "this.playground='https://$DOMAIN/playground'"

- name: Publish preview
uses: tpluscode/action-netlify-deploy@nvm
- uses: jsmrcaga/action-netlify-deploy@v2.0.0
if: env.NETLIFY_TOKEN
with:
NETLIFY_AUTH_TOKEN: ${{ env.NETLIFY_TOKEN }}
Expand All @@ -33,6 +33,7 @@ jobs:
build_directory: dist
deploy_alias: ${{ env.BRANCH_NAME }}
NETLIFY_DEPLOY_TO_PROD: ${{ env.BRANCH_NAME == 'master' }}
monorepo_package: "@hydrofoil/shaperone-playground"

- name: Status check
uses: Sibz/[email protected]
Expand Down

0 comments on commit 5d5cd27

Please sign in to comment.