Skip to content

Commit f4554d4

Browse files
committed
Pin release drafter to a specific version
1 parent 14e1c75 commit f4554d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Create Release
16-
uses: release-drafter/release-drafter@v6
16+
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6 release-drafter
1717
with:
1818
name: ${{ github.ref_name }}
1919
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)