diff options
| author | Kasra Bigdeli <[email protected]> | 2020-06-23 07:09:53 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-06-23 07:09:53 -0400 |
| commit | be20448f6f6e7ebaccc677c6395f93e4d306913b (patch) | |
| tree | 07b09aa8a82ecd62f6298efad58c855b120df58b /.github | |
| parent | b79aa152ab2a7f08e3d389bc53a8668b91d7384f (diff) | |
| download | caprover-one-click-apps-be20448f6f6e7ebaccc677c6395f93e4d306913b.tar.gz caprover-one-click-apps-be20448f6f6e7ebaccc677c6395f93e4d306913b.zip | |
Fixed publish
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aeba7c2..8e96b5a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 10 - - run: npm ci && npm run build && ./publish-from-actions.sh + - run: npm ci && npm run publish env: GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}} |
