Skip to content

Commit 65e0bd2

Browse files
committed
fix package workflow
1 parent 0afcb52 commit 65e0bd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/github-packages-publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
id-token: write
3636

3737
steps:
38-
- name: Ensure Version Alignment
39-
run: make ensure-versions-alignment
4038
- name: Checkout repository
4139
uses: actions/checkout@v3
42-
40+
- name: Ensure Version Alignment
41+
run: make ensure-versions-alignment
4342
# Install the cosign tool except on PR
4443
# https://github.com/sigstore/cosign-installer
4544
- name: Install cosign

0 commit comments

Comments
 (0)