mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
fix pesde and wally workflow
This commit is contained in:
parent
dbcf74c94f
commit
f8c8470171
2 changed files with 25 additions and 20 deletions
40
.github/workflows/wallypesde.yml
vendored
40
.github/workflows/wallypesde.yml
vendored
|
|
@ -11,10 +11,28 @@ env:
|
|||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
wally:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: setup rokit
|
||||
uses: CompeyDev/setup-rokit@v0.1.2
|
||||
|
||||
- name: login
|
||||
run: wally login --token ${{ secrets.WALLY_TOKEN }}
|
||||
|
||||
- name: publish
|
||||
run: wally publish
|
||||
|
||||
pesde:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -25,23 +43,7 @@ jobs:
|
|||
|
||||
- name: setup pesde
|
||||
run: pesde install
|
||||
|
||||
wally:
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
steps:
|
||||
|
||||
- name: login
|
||||
run: wally login --token ${{ secrets.WALLY_TOKEN }}
|
||||
|
||||
- name: publish
|
||||
run: wally publish
|
||||
|
||||
pesde:
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
steps:
|
||||
|
||||
|
||||
- name: login
|
||||
run: pesde auth login --token ${{ secrets.PESDE_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue