We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dad542 commit 3c5cd19Copy full SHA for 3c5cd19
.github/workflows/release.yaml
@@ -16,16 +16,11 @@ jobs:
16
with:
17
node-version: 18
18
cache: npm
19
- cache-dependency-path: ./package-lock.json
20
registry-url: "https://registry.npmjs.org"
21
- run: npm install
22
- working-directory: .
23
- run: npm run build
24
25
- run: npm version patch -m "Bump version to %s [skip ci]"
26
27
- run: npm publish --access public
28
29
env:
30
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31
- uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments