Skip to content

Commit

Permalink
get version into env
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbryant committed Feb 26, 2024
1 parent 3bec12b commit 21532d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
- name: Test
run: dotnet run devopstests

- name: Set app version
run: export APP_VERSION=${{ github.ref_name }}

- name: Build
run: dotnet run bundle
env:
APP_VERSION: ${{ github.ref_name }}

- name: Azure Login
uses: azure/login@v1
Expand Down

0 comments on commit 21532d6

Please sign in to comment.