Skip to content

Commit 3c5cd19

Browse files
committed
Update release.yaml workflow
1 parent 5dad542 commit 3c5cd19

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@ jobs:
1616
with:
1717
node-version: 18
1818
cache: npm
19-
cache-dependency-path: ./package-lock.json
2019
registry-url: "https://registry.npmjs.org"
2120
- run: npm install
22-
working-directory: .
2321
- run: npm run build
24-
working-directory: .
2522
- run: npm version patch -m "Bump version to %s [skip ci]"
26-
working-directory: .
2723
- run: npm publish --access public
28-
working-directory: .
2924
env:
3025
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3126
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)