Skip to content

Commit

Permalink
fies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Jul 9, 2022
1 parent 3b48572 commit dae72ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/require_package_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Require package.json Bump
on: push

jobs:
publish:
name: Publish to NPM & GitHub Package Registry
require-package-json-version-bump:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: master
ref: main
- name: Check version changes
uses: EndBug/version-check@v1
id: check
Expand Down

0 comments on commit dae72ec

Please sign in to comment.