Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
thzinc committed Dec 31, 2023
1 parent 35e5a4b commit 3a50c90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- run: git checkout "${GITHUB_REF:11}"
Expand All @@ -32,6 +32,9 @@ jobs:
needs: build
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/cache@v3
with:
path: artifacts
Expand Down

0 comments on commit 3a50c90

Please sign in to comment.