Skip to content

Commit

Permalink
Update package-lock.json path in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent f70eb21 commit 13584ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
node-version: 18
cache: npm
registry-url: "https://registry.npmjs.org"
cache-dependency-path: ./package/package-lock.json
cache-dependency-path: ./package-lock.json
- run: npm install
working-directory: ./package
working-directory: .
- run: npm run build
working-directory: ./package
working-directory: .
- run: git config --list
- run: git config --list
working-directory: ./package
working-directory: .
- run: ls -a
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: ./package
working-directory: .
- run: git diff HEAD
- run: npm publish --access public
working-directory: ./package
working-directory: .
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 13584ba

Please sign in to comment.