Skip to content

Commit 21532d6

Browse files
committed
get version into env
1 parent 3bec12b commit 21532d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
- name: Test
2323
run: dotnet run devopstests
2424

25-
- name: Set app version
26-
run: export APP_VERSION=${{ github.ref_name }}
27-
2825
- name: Build
2926
run: dotnet run bundle
27+
env:
28+
APP_VERSION: ${{ github.ref_name }}
3029

3130
- name: Azure Login
3231
uses: azure/login@v1

0 commit comments

Comments
 (0)