Skip to content

Commit

Permalink
Test version increment action
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Dec 17, 2023
1 parent 59cb610 commit ef3434c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/other-check-quality-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,20 @@ jobs:
make nose
python -m build
working-directory: qless-py

- name: Checkout tdg5/github-action-pack
uses: actions/checkout@v4
with:
path: .github/actions/tdg5/github-action-pack
ref: 74930fc15edf2f80e5a326fd78c4dc03b95b6507
repository: tdg5/github-action-pack

- name: Increment version
uses: ./.github/actions/tdg5/github-action-pack/packages/increment-version-file-action/src
with:
authorEmail: dannyguinther@gmail.com
authorName: Danny Guinther
commitMessage: "[skip actions] Increment version for next development cycle"
repoPath: qless-py
versionFilePath: VERSION
versionFormat: python

0 comments on commit ef3434c

Please sign in to comment.