Skip to content

Commit

Permalink
Change version type to 'patch'; update GitHub Packages registry URL i…
Browse files Browse the repository at this point in the history
…n .npmrc
  • Loading branch information
realashleybailey committed Oct 30, 2023
1 parent 2a0992b commit 301bf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version-type: 'minor'
version-type: 'patch'

- name: Setup Node.js
uses: actions/setup-node@v2
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Publish to GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > .npmrc
echo "@wizarrrr:registry=https://npm.pkg.github.com" >> .npmrc
npm publish --access public --registry https://npm.pkg.github.com/wizarrrr
- name: Cleanup
Expand Down

0 comments on commit 301bf37

Please sign in to comment.