Skip to content

Commit

Permalink
chore: bump version 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-ki committed Nov 16, 2023
1 parent 25495bd commit 9fa9220
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bump-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CICD_PAT_TOKEN }}
- name: Configure Git user
run: |
git config --local user.name "Kraina CI/CD"
git config --local user.email "[email protected]"
# with:
# fetch-depth: 0
# token: ${{ secrets.CICD_PAT_TOKEN }}
# - name: Configure Git user
# run: |
# git config --local user.name "Kraina CI/CD"
# git config --local user.email "[email protected]"
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
github-release:
if: ${{ contains(github.event.head_commit.message, 'bump version') }}
name: Create a GitHub release
needs: [run-tests]
# needs: [run-tests]
runs-on: ubuntu-latest
steps:
- name: Extract release notes
Expand Down

0 comments on commit 9fa9220

Please sign in to comment.