Skip to content

Commit

Permalink
WIP Auto Semver
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed Aug 27, 2024
1 parent a9a965f commit 52f9481
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
# Create Release Semver
- name: Generate Semantic Version
id: semver
uses: rapidstack/PR-Label-Semver-Action@v1.3.6
uses: K-Phoen/semver-release-action@master
with:
default-bump: patch
release_branch: main
release_strategy: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Set Project Version
- name: Set Frontend Version
run: npm version ${{ steps.semver.outputs.string }}
run: npm version ${{ steps.semver.outputs.tag }}

0 comments on commit 52f9481

Please sign in to comment.