Skip to content

Commit f63f586

Browse files
authored
Use 2025.x.x version (#193)
1 parent eabf076 commit f63f586

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: npm test
2626
- name: Create tag if necessary
2727
uses: fregante/daily-version-action@v2
28+
with:
29+
prefix: 20 # Use YYYY.M.D instead of YY.M.D
2830
- name: Update manifest.json with version ${{ env.DAILY_VERSION}}
2931
if: env.DAILY_VERSION_CREATED
3032
run: npx dot-json@1 "$DIRECTORY/manifest.json" version "$DAILY_VERSION"

0 commit comments

Comments
 (0)