fix: add dummy publish script for website
All checks were successful
Publish package / build_and_publish (push) Successful in 21s

This commit is contained in:
Alexander Navarro 2024-12-30 16:07:48 -03:00
parent ae444629f0
commit 1a6daf35a9
2 changed files with 6 additions and 15 deletions

View file

@ -36,19 +36,9 @@ jobs:
- name: Setup Cog
uses: https://github.com/eshepelyuk/cocogitto-diya@v1
with:
release: false
git-user: 'Cog Bot'
git-user-email: 'cog@alecodes.page'
- name: Create release
id: bump
env:
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_TOKEN_FORGEJO }}
run: "cog bump --auto"
- name: Summary
run: |
echo "Bun executable chache found: ${{ steps.setup_bun.outputs.cache-hit }}";
echo "Bun dependencies chache found: ${{ steps.cache.outputs.cache-hit }}";
echo "Package published: ${{ steps.publish.outputs.version }}";
with:
release: true
git-user: 'Cog Bot'
git-user-email: 'cog@alecodes.page'

View file

@ -5,7 +5,8 @@
"link-dependencies": "bun run _scripts/link-dependencies.ts",
"prebuild": "bun run _scripts/build.ts",
"watch-deps": "bun run --watch _scripts/build.ts",
"dev": "zola serve --port 3000 --fast --open"
"dev": "zola serve --port 3000 --fast --open",
"ci:publish": "echo 'dummy publish script'"
},
"dependencies": {
"@mini-strap/core": "workspace:*",