File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 push :
33 tags :
44 - " v*.*.*"
5+ workflow_dispatch :
56
67jobs :
78 publish :
89 runs-on : ubuntu-latest
10+ permissions :
11+ contents : read
12+ id-token : write
913 steps :
1014 - uses : actions/checkout@v3
1115 - uses : actions/setup-python@v5
1418 - uses : actions/setup-node@v4
1519 with :
1620 node-version : 18
21+ registry-url : ' https://registry.npmjs.org'
1722 - run : npm install
1823 - run : npm test
1924 - uses : JS-DevTools/npm-publish@v2
2025 with :
2126 token : ${{ secrets.NPM_TOKEN }}
27+ provenance : true
Original file line number Diff line number Diff line change 1414 },
1515 "repository" : {
1616 "type" : " git" ,
17- "url" : " https://github.com/dnicolson/ios-wallpaper-extractor"
17+ "url" : " git+ https://github.com/dnicolson/ios-wallpaper-extractor.git "
1818 },
1919 "license" : " MIT" ,
2020 "author" : " Dave Nicolson <david.nicolson@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments