Skip to content

Commit

Permalink
Why is it failing? 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJGapCR committed Jul 14, 2022
1 parent d5410ad commit 1c9261d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Assign release version from .version to Env variable
run: |
echo "BUILD_VERSION=2.9.1" >> $GITHUB_ENV
cat .version >> $GITHUB_ENV
- name: Caching packages
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Assign release version from .version to Env variable
run: |
echo "BUILD_VERSION=2.9.1" >> $GITHUB_ENV
cat .version >> $GITHUB_ENV
- name: Caching packages
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
Expand Down

0 comments on commit 1c9261d

Please sign in to comment.