Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit d7ab2dd

Browse files
committed
add provenance
1 parent 26714e1 commit d7ab2dd

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

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

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
node-version: 20
2727
registry-url: https://registry.npmjs.org/
28-
- run: npm publish
28+
- run: npm publish --provenance
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astros-first-package",
3-
"version": "1.0.2",
3+
"version": "1.0.2a",
44
"description": "DESPAIR",
55
"keywords": [
66
"depsiar"

0 commit comments

Comments
 (0)