Skip to content

Commit

Permalink
Having issues getting it to deploy to correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 22, 2024
1 parent e61e78c commit 59f26ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ jobs:
${{ runner.os }}-dist-
- name: Switch to dist directory
run: cd ./dist/angular-formio
run: |
cd ./dist/angular-formio
ls -R .
- name: Configure Git user
run: |
Expand All @@ -168,6 +170,6 @@ jobs:
run: |
pwd
ls -R .
# npm version $NEW_VERSION --no-git-tag-version
# npm publish --tag=dev
npm version $NEW_VERSION --no-git-tag-version
npm publish ./dist/angular-formio --tag=dev

0 comments on commit 59f26ea

Please sign in to comment.