Skip to content

Commit

Permalink
Merge pull request #25 from Az-r-ow/ci
Browse files Browse the repository at this point in the history
fix: changed checkout version for bump workflow
  • Loading branch information
Az-r-ow authored Mar 10, 2024
2 parents 586ad57 + 9fed2fa commit 47855b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
ref: ${{ github.event.pull_request.merge_commit_sha}}
fetch-depth: "0"

- name: Bump Version and Push tag
uses: anothrNick/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10"]

steps:
Expand Down

0 comments on commit 47855b3

Please sign in to comment.