Skip to content

Commit

Permalink
testing (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyclarke authored Sep 16, 2024
1 parent 9d41ffe commit 2814c32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "Tag to create ${{ steps.tag-name.outputs.tag-name }} " >> ${GITHUB_STEP_SUMMARY}
- name: Bump version and push tag
uses: timothyclarke/github-tag-action@8817f7085aff772acb3784c918c9310a93e2347b
uses: timothyclarke/github-tag-action@c4488c3bdc5b368d984573afd16fb5b3521f6cc2
# uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
Expand All @@ -80,3 +80,5 @@ jobs:
TAG_PREFIX: ${{ steps.tag-name.outputs.tag-name }}
PRERELEASE: false
VERBOSE: true
DEFAULT_BUMP: patch
BRANCH_HIISTORY: last
1 change: 1 addition & 0 deletions folder/one/placeholder
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
a


1 change: 1 addition & 0 deletions folder/two/placeholder
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
a


0 comments on commit 2814c32

Please # to comment.