File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
branches : [master]
7
7
8
8
jobs :
9
- build-test-release :
9
+ publish-npm :
10
10
runs-on : ubuntu-latest
11
11
permissions :
12
12
id-token : write # Required to mint token for npm package provenance
16
16
- run : npm install
17
17
- run : npm run build
18
18
- run : npm test
19
- - uses : tobua/release- npm-action @v3
19
+ - uses : JS-DevTools/ npm-publish @v3
20
20
with :
21
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
21
+ token : ${{ secrets.NPM_TOKEN }}
22
+ provenance : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " env-cmd" ,
3
- "version" : " 0.0.0-semantically-released " ,
3
+ "version" : " 10.1.0 " ,
4
4
"description" : " Executes a command using the environment variables in an env file" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments