Skip to content

Commit

Permalink
ci(#111): inject version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 19, 2024
1 parent 8ef57c4 commit 0a98e5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: build
run: |
yarn
make linux
VIV_VERSION={{ github.ref_name }} make linux
echo {{ github.ref_name }}
- name: upload artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -53,7 +54,7 @@ jobs:
- name: build
run: |
yarn
make macos
VIV_VERSION={{ github.ref_name }} make macos
- name: upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0a98e5d

Please sign in to comment.