Skip to content

Commit

Permalink
Push to env:GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Mar 27, 2024
1 parent ece423a commit 538c3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 2
- name: Set version
run: echo "APP_VERSION=$(grep version gradle.properties | cut -d= -f2)" >> $GITHUB_ENV
run: echo "APP_VERSION=$(grep version gradle.properties | cut -d= -f2)" >> $env:GITHUB_ENV
- name: Echo version
run: echo $env:APP_VERSION
- name: Echo version with other text
Expand Down

0 comments on commit 538c3f8

Please sign in to comment.