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 0898b6d commit fef7f6bCopy full SHA for fef7f6b
1 file changed
.github/workflows/publish-deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
registry-url: "https://registry.npmjs.org"
19
package-manager-cache: false # never use caching in release builds
20
scope: "@epfml"
21
+ - uses: pnpm/action-setup@v6
22
- run: pnpm ci
23
- run: pnpm -F 'discojs*' version prerelease --preid=p`date +%Y%m%d%H%M%S`
24
if: github.ref_type == 'branch'
0 commit comments