File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,16 @@ jobs:
5050 steps :
5151 - name : Checkout
5252 uses : actions/checkout@v6
53- with :
54- fetch-depth : 0
55- persist-credentials : ' false'
5653 - uses : actions/setup-node@v6
5754 with :
5855 node-version-file : ' .nvmrc'
5956 - run : npm ci
60- - name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
61- run : npm audit signatures
6257 - name : Semantic Release
6358 uses : cycjimmy/semantic-release-action@v6.0.0
6459 env :
6560 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
6661 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
6762 with :
63+ semantic_version : 25.0.1
6864 branches : |
6965 ['master', 'main']
Original file line number Diff line number Diff line change 1111 "bugs" : {
1212 "url" : " https://github.com/wfcd/warframe-worldstate-data/issues"
1313 },
14- "repository" : {
15- "type" : " git" ,
16- "url" : " git+https://github.com/WFCD/warframe-worldstate-data.git"
17- },
14+ "repository" : " https://github.com/WFCD/warframe-worldstate-data" ,
1815 "license" : " MIT" ,
1916 "author" : " tobitenno" ,
2017 "contributors" : [
You can’t perform that action at this time.
0 commit comments