Skip to content

Commit 62e5b78

Browse files
authored
chore(ci): Add checkout action to release process (#1810)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 9652ebf commit 62e5b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ jobs:
180180
packages: write
181181
contents: write
182182
steps:
183+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
184+
183185
- name: Add attestation link to release notes
184186
if: ${{ success() }}
185187
env:

0 commit comments

Comments
 (0)