Skip to content

Commit

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

0 comments on commit 25628af

Please sign in to comment.