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 538c3f8 commit 002c8bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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
- uses: actions/setup-java@v1
with:
java-version: '21'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
runs-on: [windows-latest]

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Set version
run: echo "APP_VERSION=$(grep version gradle.properties | cut -d= -f2)" >> $env:GITHUB_ENV
- name: Echo version
Expand Down

0 comments on commit 002c8bc

Please sign in to comment.