Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mateothegreat committed Oct 29, 2024
1 parent 70444bc commit cdec392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: write to .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
- name: install
run: npm install --legacy-peer-deps
- name: automated version bump
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target-branch: main
commit-message: "CI: bumps version to {{version}} [skip ci]"
- name: write to .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
- name: install
run: npm install --legacy-peer-deps
- name: build
run: npm run build
- name: publish
Expand Down

0 comments on commit cdec392

Please sign in to comment.