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 72cf090 commit 7a44544Copy full SHA for 7a44544
.github/workflows/ci.yaml
@@ -39,9 +39,7 @@ jobs:
39
- name: Update version
40
run: |
41
VERSION=$(yq '.info.version' openapi.yaml | tr -d '"')
42
-
43
- pnpm version ${VERSION} --no-git-tag-version
44
- pnpm version prerelease --no-git-tag-version --preid next
+ pnpm version "${VERSION}-next.$(date +%s)" --no-git-tag-version
45
46
- name: Build
47
run: pnpm build
0 commit comments