Skip to content

Commit

Permalink
[TASK] Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mteu committed Aug 19, 2024
1 parent b561873 commit ef38701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0

Expand All @@ -23,6 +23,6 @@ jobs:
# Create release
- name: Create release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
with:
generateReleaseNotes: true

0 comments on commit ef38701

Please sign in to comment.