Skip to content

Commit

Permalink
Add publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Nov 21, 2023
1 parent 7751b9e commit e0b5e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
echo 'ThisBuild / version := "${{ inputs.version }}"' > version.sbt
- name: build-libs
id: build-libs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sh ./update-extism.sh
sbt ';+compile;+test;+package;+assembly;+publish'
Expand Down

0 comments on commit e0b5e0d

Please sign in to comment.