Skip to content

Commit

Permalink
Update copilot-build-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronba authored May 15, 2024
1 parent fcd500c commit 9fcf4e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/copilot-build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: 18
cache: "yarn"
cache-dependency-path: "webapp/yarn.lock"
fetch-depth: 0

- name: Run yarn install, yarn build, & yarn format
run: |
Expand All @@ -42,9 +41,9 @@ jobs:
- name: Set version tag
id: versiontag
run: |
$VERSION_TAG = "${{ steps.gitversion.outputs.Major }}."
$VERSION_TAG += "${{ steps.gitversion.outputs.Minor }}."
$VERSION_TAG += "${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
$VERSION_TAG = "1."
$VERSION_TAG += "1."
$VERSION_TAG += "1"
echo $VERSION_TAG
Write-Output "versiontag=$VERSION_TAG" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit 9fcf4e6

Please sign in to comment.