Skip to content

Commit

Permalink
feat: support working-directory and git-tag-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Oct 9, 2024
1 parent 3896535 commit c8091c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-that.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ jobs:
dry-run: true
major-tag: auto

# test 6
- name: Test 'working-directory=.github' input
uses: ./
with:
dry-run: true
working-directory: .github

# test 7
- name: Test 'working-directory=.github,git-tag-prefix=gh' input
uses: ./
with:
dry-run: true
working-directory: .github
git-tag-prefix: gh

release:
runs-on: ubuntu-latest
needs: os-testing
Expand Down

0 comments on commit c8091c7

Please sign in to comment.