Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin authored Dec 28, 2024
1 parent 4acb035 commit 46e3ddd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Release Notes Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: release-notes.txt
path: release-notes.txt
name: release-notes
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
# Allow goreleaser to access older tag information.
Expand Down

0 comments on commit 46e3ddd

Please sign in to comment.