This commit is contained in:
parent
eeb1c30252
commit
76252f01b1
1 changed files with 3 additions and 3 deletions
|
@ -42,13 +42,13 @@ jobs:
|
|||
path: |
|
||||
./build/libs/*.jar
|
||||
!./build/libs/*-sources.jar
|
||||
- name: Install node js
|
||||
- name: Install node js and bun
|
||||
run: |
|
||||
apt-get install -y --no-install-recommends nodejs
|
||||
npm install -g bun
|
||||
- name: Run publish script
|
||||
run: |
|
||||
node --version
|
||||
node publish.mjs
|
||||
bun publish.mjs
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue