We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74929aa commit ec98f53Copy full SHA for ec98f53
.github/scripts/publish-npm.sh
@@ -39,5 +39,5 @@ do
39
echo "Could not authenticate with $REGISTRY"
40
exit 1
41
fi
42
- npm publish --dry-run --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
+ npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
43
done
.github/workflows/03-publish-packages.yml
@@ -35,9 +35,6 @@ jobs:
35
name: package
36
path: ./
37
38
- - name: Display structure of downloaded files
- run: ls -R
-
- name: 📰 Publish to NPM Registries
run: |
chmod +rx ./.github/scripts/publish-npm.sh
0 commit comments