Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Jan 23, 2025
1 parent 24b3444 commit 3358c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
GHC_VERSION: ${{ needs.release_vars.outputs.GHC_VERSION }}
UBUNTU_VERSION: ${{ needs.release_vars.outputs.UBUNTU_VERSION }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ env.RELEASE_SHA }}
sparse-checkout: 'CHANGELOG.md'
Expand All @@ -131,7 +131,7 @@ jobs:
git push --tags
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 3358c8e

Please sign in to comment.