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 38552c8 commit 575d073Copy full SHA for 575d073
.github/scripts/publish-npm.sh
@@ -41,5 +41,5 @@ do
41
echo "Could not authenticate with $REGISTRY"
42
exit 1
43
fi
44
- npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
+ npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz --provenance
45
done
.github/workflows/03-publish-packages.yml
@@ -20,6 +20,8 @@ jobs:
20
publish:
21
name: Publish latest package versions to GitHub Packages
22
runs-on: ubuntu-latest
23
+ permissions:
24
+ id-token: write
25
steps:
26
- name: ⬇ Checkout repo
27
uses: actions/checkout@v4
0 commit comments