fix: add dummy publish script for website
Some checks failed
Publish package / build_and_publish (push) Failing after 21s
Some checks failed
Publish package / build_and_publish (push) Failing after 21s
This commit is contained in:
parent
ae444629f0
commit
107921ac28
3 changed files with 10 additions and 16 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue