This commit is contained in:
parent
e6fdeecb2b
commit
f09f5319a7
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue