Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow auto bump package version #14

Merged
merged 12 commits into from
Aug 22, 2023
2 changes: 0 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
jobs:
bump:
runs-on: ubuntu-latest
# allow dependabot to bump the version of the package
if: github.actor == 'dependabot[bot]'

steps:
- name: Bumping version
Expand Down