Skip to content

Commit f6bc64f

Browse files
committed
use checkout
1 parent 284b4ae commit f6bc64f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,11 @@ jobs:
291291
JRELEASER_DRY_RUN: ${{ inputs.dry_run }}
292292
steps:
293293
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
294-
- name: Download all artifacts
295-
uses: ./smithy-rs/.github/actions/download-all-artifacts
294+
- uses: actions/checkout@v4
295+
with:
296+
path: smithy-rs
297+
ref: ${{ inputs.commit_sha }}
298+
fetch-depth: 0
296299
- name: Set up JDK
297300
uses: actions/setup-java@v4
298301
with:

0 commit comments

Comments
 (0)