We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabf076 commit f63f586Copy full SHA for f63f586
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
25
run: npm test
26
- name: Create tag if necessary
27
uses: fregante/daily-version-action@v2
28
+ with:
29
+ prefix: 20 # Use YYYY.M.D instead of YY.M.D
30
- name: Update manifest.json with version ${{ env.DAILY_VERSION}}
31
if: env.DAILY_VERSION_CREATED
32
run: npx dot-json@1 "$DIRECTORY/manifest.json" version "$DAILY_VERSION"
0 commit comments