Skip to content

Commit

Permalink
fix: fix CI/CD path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanifajar15 committed Sep 27, 2024
1 parent 2a296b2 commit 9b33433
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: 'Upstream Sync'
# on:
# schedule:
# # Cron job will run once a day at midnight
# - cron: '0 0 * * *'

on:
push:
schedule:
# Cron job will run once a day at midnight
- cron: '0 0 * * *'

workflow_dispatch: # click the button on Github repo!
inputs:
Expand Down Expand Up @@ -52,12 +49,13 @@ jobs:
run: |
shopt -s dotglob
cp -r packages/smart-forms-renderer/* .
- run: rm -rf packages
- run: pwd
- run: ls -la

- uses: actions/setup-node@v3
with:
node-version: "16.20.2"

- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 9b33433

Please sign in to comment.