We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afcb52 commit 65e0bd2Copy full SHA for 65e0bd2
.github/workflows/github-packages-publish.yaml
@@ -35,11 +35,10 @@ jobs:
35
id-token: write
36
37
steps:
38
- - name: Ensure Version Alignment
39
- run: make ensure-versions-alignment
40
- name: Checkout repository
41
uses: actions/checkout@v3
42
-
+ - name: Ensure Version Alignment
+ run: make ensure-versions-alignment
43
# Install the cosign tool except on PR
44
# https://github.com/sigstore/cosign-installer
45
- name: Install cosign
0 commit comments