Skip to content

Commit

Permalink
fix: update pre-release version format
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Jan 13, 2024
1 parent 6f8e2ce commit c9f7b3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,13 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
depth: 0
version_format: ${major}.${minor}.${patch}-preview.${increment}
fetch-depth: 0

- id: version
uses: paulhatch/semantic-version@v5.3.0
with:
enable_prerelease_mode: true

- uses: ./.github/actions/build

Expand Down

0 comments on commit c9f7b3d

Please sign in to comment.