Skip to content

Commit ec98f53

Browse files
committed
ci: WIP
1 parent 74929aa commit ec98f53

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/scripts/publish-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ do
3939
echo "Could not authenticate with $REGISTRY"
4040
exit 1
4141
fi
42-
npm publish --dry-run --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
42+
npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
4343
done

.github/workflows/03-publish-packages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
name: package
3636
path: ./
3737

38-
- name: Display structure of downloaded files
39-
run: ls -R
40-
4138
- name: 📰 Publish to NPM Registries
4239
run: |
4340
chmod +rx ./.github/scripts/publish-npm.sh

0 commit comments

Comments
 (0)