Skip to content

Commit fb5ca2f

Browse files
authored
Merge pull request #1092 from mathuo/fix/publish-build-steps
fix script
2 parents c0c6ffb + 61808d4 commit fb5ca2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
- run: yarn
6363
- run: npx nx run-many -t build --projects=dockview-core,dockview,dockview-vue,dockview-react,dockview-angular
6464
- run: npx nx run-many -t build:bundle --projects=dockview-core,dockview,dockview-vue,dockview-react,dockview-angular
65-
- run: npx nx release version 0.0.0-experimental-$(git rev-parse --short HEAD)-$(date +%Y%m%d) --skip-lockfile-update --git-commit=false --git-tag=false
65+
- run: npx nx release version 0.0.0-experimental-$(git rev-parse --short HEAD)-$(date +%Y%m%d) --git-commit=false --git-tag=false
6666
- run: npx nx release publish --tag experimental ${{ inputs.dry-run && '--dry-run' || '' }}

0 commit comments

Comments
 (0)