Skip to content

Commit

Permalink
bash maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Oct 27, 2023
1 parent 00b0f67 commit 9761112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: windows-2019
steps:
- name: Get version
shell: bash
run: echo "VERSION=7" >> "$GITHUB_ENV"
- name: Read version
shell: bash
run: |
echo Version now: ${VERSION}

0 comments on commit 9761112

Please sign in to comment.