Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderHeling committed Feb 21, 2024
1 parent c28d969 commit 768c040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: wendbv/calver-tag-action@v1
- uses: wendbv/calver-tag-action@v2
```
You can also pass in a prerelease and disable the prefix, this will generate a version like `2021.1.0-beta.0`.
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: wendbv/calver-tag-action@v1
- uses: wendbv/calver-tag-action@v2
with:
prerelease: beta
prefix: ''
Expand All @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: wendbv/calver-tag-action@v1
- uses: wendbv/calver-tag-action@v2
id: tag-version
with:
output-only: true
Expand Down

0 comments on commit 768c040

Please sign in to comment.