Skip to content

Commit

Permalink
Set version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Mar 18, 2023
1 parent 78d3a7a commit e956981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Set version
if: startsWith(github.ref, 'refs/tags/')
run: yarn version --no-git-tag-version --new-version "${GITHUB_REF:11}"
- name: Build renderer
run: make build packages
env:
Expand Down

0 comments on commit e956981

Please sign in to comment.