Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 46e314b

Browse files
authored
Fix readme update job (#892)
1 parent 1a2afad commit 46e314b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16+
ref: ${{ github.head_ref }}
1617
- run: |
1718
sed -r -i "s/aws-nuke:v[0-9]+\.[0-9]+\.[0-9]+/aws-nuke:${GITHUB_REF#refs/tags/}/" README.md
1819
sed -r -i "s/aws-nuke-v[0-9]+\.[0-9]+\.[0-9]+/aws-nuke-${GITHUB_REF#refs/tags/}/" README.md

0 commit comments

Comments
 (0)