File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- name : CI - Run Tests
1
+ name : Build
2
2
3
3
on :
4
4
pull_request :
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
publish :
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : read
12
+ id-token : write
10
13
environment : production
11
14
steps :
12
15
- uses : actions/checkout@v4
26
29
fi
27
30
- run : npm run build
28
31
- name : Publish to npm
29
- run : npm publish
32
+ run : npm publish --provenance
30
33
env :
31
34
NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTOMATION_TOKEN }}
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm version] ( https://img.shields.io/npm/v/dslib-core.svg )] ( https://www.npmjs.com/package/dslib-core )
4
4
[ ![ npm release date] ( https://img.shields.io/github/release-date/oliviacarlisle/dslib-core )] ( https://www.npmjs.com/package/dslib-core )
5
- [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/ oliviacarlisle/dslib-core/ci.yml )] ( https://github.com/oliviacarlisle/dslib-core/actions )
5
+ [ ![ Build Status] ( https://github.com/ oliviacarlisle/dslib-core/actions/workflows/ ci.yml/badge.svg )] ( https://github.com/oliviacarlisle/dslib-core/actions/ )
6
6
[ ![ codecov] ( https://codecov.io/gh/oliviacarlisle/dslib-core/graph/badge.svg?token=SVPFWK8OW9 )] ( https://codecov.io/gh/oliviacarlisle/dslib-core )
7
7
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
8
8
[ ![ install size] ( https://packagephobia.com/badge?p=dslib-core )] ( https://packagephobia.com/result?p=dslib-core )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dslib-core" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " A robust and efficient data structures library." ,
5
5
"type" : " module" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments