Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
ci: checkout master
Browse files Browse the repository at this point in the history
explicitly checkout master in bump-version action so that it can push
  • Loading branch information
nlm-pro committed Apr 7, 2020
1 parent 175b8bb commit 00a50db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
with:
ref: 'master'

- uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 00a50db

Please sign in to comment.