Skip to content

Commit 7c9511f

Browse files
committed
again
1 parent 73a8768 commit 7c9511f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-layer-collector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
create-release:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- uses: actions/checkout@v4
1718
- name: Create Release
1819
run: gh release create ${{ github.ref_name }}
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2122
build-layer:
2223
runs-on: ubuntu-latest
24+
needs: create-release
2325
strategy:
2426
matrix:
2527
architecture:

0 commit comments

Comments
 (0)