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 96b0a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/require_package_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on: push

jobs:
publish:
name: Publish to NPM & GitHub Package Registry
name: 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 96b0a69

Please sign in to comment.