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 1fd31f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: build
run: |
yarn
make linux
VIV_VERSION="${{ github.ref_name }}" make linux
- name: upload artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -53,7 +53,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 1fd31f3

Please sign in to comment.