chore: update build script
All checks were successful
Publish package / build_and_publish (push) Successful in 29s

This commit is contained in:
Alexander Navarro 2025-02-14 15:05:46 -03:00
parent f17fab7a04
commit 812e55e13a
3 changed files with 6 additions and 8 deletions

View file

@ -35,10 +35,11 @@ jobs:
run: "bun install"
- name: Bump version and publish
uses: https://github.com/eshepelyuk/cocogitto-diya@v1
uses: https://github.com/cocogitto/cocogitto-action@v3.10
env:
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_TOKEN_FORGEJO }}
with:
release: true
check-latest-tag-only: true
git-user: 'Cog Bot'
git-user-email: 'cog@alecodes.page'