Skip to content

Commit

Permalink
fix: ensure version
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 11, 2023
1 parent 109d10a commit 853bd90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ jobs:
- shell: bash
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v3.2.3
if: matrix.os == 'ubuntu-latest'
with:
path: dist/linux
key: linux-${{ env.sha_short }}
- uses: actions/cache@v3
- uses: actions/cache@v3.2.3
if: matrix.os == 'macos-latest'
with:
path: dist/darwin
key: darwin-${{ env.sha_short }}
- uses: actions/cache@v3
- uses: actions/cache@v3.2.3
if: matrix.os == 'windows-latest'
with:
path: dist\windows
Expand Down Expand Up @@ -96,15 +96,15 @@ jobs:
- shell: bash
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v3.2.3
with:
path: dist/linux
key: linux-${{ env.sha_short }}
- uses: actions/cache@v3
- uses: actions/cache@v3.2.3
with:
path: dist/darwin
key: darwin-${{ env.sha_short }}
- uses: actions/cache@v3
- uses: actions/cache@v3.2.3
with:
path: dist/windows
key: windows-${{ env.sha_short }}
Expand Down

0 comments on commit 853bd90

Please # to comment.