Skip to content

Commit

Permalink
check out files before tampering with them
Browse files Browse the repository at this point in the history
  • Loading branch information
boyum committed Apr 20, 2022
1 parent 0e4e280 commit 6076b9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bump-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [issue_comment]

jobs:
bump-library:
name: Bump libary version
name: Bump library version
if: github.event.comment.body == '/bump major' || github.event.comment.body == '/bump minor' || github.event.comment.body == '/bump patch'

runs-on: ubuntu-latest
Expand All @@ -21,6 +21,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
reaction: "hooray" # +1 | -1 | laugh | confused | heart | hooray | rocket | eyes

- name: Checkout
uses: actions/checkout@v3

- name: Bump major version
if: github.event.comment.body == '/bump major'
uses: boyum/bump-h5p-version@latest
Expand Down

0 comments on commit 6076b9c

Please sign in to comment.