Skip to content

Commit

Permalink
ci: use flakestry wasm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 10, 2024
1 parent 77b6cea commit 194ccf2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/flakestry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v4
- name: Publish flake
run: fluentci run . publish
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
pipeline: flakestry
args: publish
env:
VERSION: ${{ inputs.tag || github.ref_name }}
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 194ccf2

Please sign in to comment.