Skip to content

Commit

Permalink
Merge pull request #2 from tkruer/tk-dev
Browse files Browse the repository at this point in the history
Fixes for github actions
  • Loading branch information
tkruer authored Apr 23, 2024
2 parents 59f00b5 + 96eafb8 commit bc347cc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
run: go build -v ./...

- name: Automated Version Tagging
id: semantic-version # Add this line
uses: paulhatch/semantic-version@v4.0.2
with:
branch: main # Ensure this matches the branch configured above
tag_prefix: 'v'
major_pattern: '(MAJOR)'
minor_pattern: '(MINOR)'
format: '${major}.${minor}.${patch}'
bump_each_commit: false
branch: main
tag_prefix: 'v'
major_pattern: '(MAJOR)'
minor_pattern: '(MINOR)'
format: '${major}.${minor}.${patch}'
bump_each_commit: false

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit bc347cc

Please sign in to comment.