Skip to content

Commit

Permalink
fix: semver action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Oct 4, 2023
1 parent 80e168e commit 60d8c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set application version
if: github.event_name == 'push'
id: set_version
uses: kvendingoldo/semver-action@v1.18
uses: kvendingoldo/semver-action@v1.19
with:
primary_branch: master
enable_github_releases: true
Expand Down

0 comments on commit 60d8c2f

Please sign in to comment.