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 a26762f commit b43e53dCopy full SHA for b43e53d
.github/workflows/autopublish.yml
@@ -19,6 +19,7 @@ jobs:
19
node-version: '22'
20
registry-url: 'https://registry.npmjs.org'
21
- run: npm install
22
+ - run: npm run build
23
- name: "Automated Release"
24
uses: "phips28/gh-action-bump-version@master"
25
env:
0 commit comments