File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
- uses : actions/checkout@v3
21
21
- name : Setup Fluent CI
22
22
uses : fluentci-io/setup-fluentci@v5
23
- with :
24
- wasm : true
25
- plugin : flakestry
26
- args : publish
23
+ - name : Publish
24
+ run : |
25
+ deno install -A -g -f -r --unstable-kv https://github.com/fluentci-io/fluentci/raw/refs/heads/main/main.ts -n fluentci
26
+ fluentci run --wasm flakestry publish
27
27
env :
28
28
VERSION : ${{ inputs.tag || github.ref_name }}
29
29
GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ jobs:
18
18
- uses : actions/checkout@v3
19
19
- name : Setup Fluent CI
20
20
uses : fluentci-io/setup-fluentci@v5
21
- with :
22
- wasm : true
23
- plugin : deno
24
- args : |
25
- compile -A --output fluentci --target ${{ matrix.target }} main.ts
26
21
env :
27
22
GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
+ - name : Compile
24
+ run : |
25
+ deno install -A -g -f -r --unstable-kv https://github.com/fluentci-io/fluentci/raw/refs/heads/main/main.ts -n fluentci
26
+ deno compile -A --output fluentci --target ${{ matrix.target }} main.ts
28
27
- name : Set env
29
28
run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
30
29
- name : Archive assets
You can’t perform that action at this time.
0 commit comments