update workflows
Some checks failed
Publish package / build_and_publish (push) Failing after 21s

This commit is contained in:
Alexander Navarro 2024-10-23 15:44:20 -03:00
parent e6fdeecb2b
commit f09f5319a7
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5

View file

@ -3,8 +3,9 @@ on:
push:
workflow_dispatch:
# Variables reference: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#about-contexts
jobs:
dependencies:
build_and_publish:
runs-on: docker
steps:
- name: Checkout repository
@ -25,3 +26,8 @@ jobs:
- name: Install Dependencies
run: bun install
- name: Push to registry
env:
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_TOKEN_FORGEJO }}
run: bun publish