File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,16 +26,13 @@ jobs:
2626 - uses : actions/setup-node@v3
2727 with :
2828 node-version : 18
29- - name : Add GH package repository
30- run : |
31- echo "@blastorg:registry = https://npm.pkg.github.com" > ~/.npmrc
32- echo "//npm.pkg.github.com/:_authToken=${{ secrets.GH_PACKAGES_WRITE_TOKEN }}" >> ~/.npmrc
3329 - run : npm ci
3430 - run : npm run build
3531 - name : semantic-release
3632 run : npx semantic-release
3733 env :
3834 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3935 NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
36+ NPM_TOKEN : ${{ secrets.GH_PACKAGES_WRITE_TOKEN }}
4037 - name : Print Version
4138 run : echo "Bumped to version ${{ steps.semantic-release.outputs }}"
Original file line number Diff line number Diff line change 1+ node_modules
2+ .github
3+ .husky
4+ tests
Original file line number Diff line number Diff line change 11{
2- "name" : " srcds-log-parser" ,
2+ "name" : " @blastorg/ srcds-log-parser" ,
33 "version" : " 1.0.0" ,
44 "description" : " Log parser for Source Dedicated Server" ,
55 "main" : " ./lib/index.js" ,
66 "files" : [
77 " lib/**/*"
88 ],
99 "publishConfig" : {
10- "@blastorg: registry" : " https://npm.pkg.github.com"
10+ "registry" : " https://npm.pkg.github.com"
1111 },
1212 "release" : {
1313 "branches" : [
You can’t perform that action at this time.
0 commit comments