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

Commit e76d21c

Browse files
authored
Fix readme update job again (#893)
1 parent 46e314b commit e76d21c

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
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16-
ref: ${{ github.head_ref }}
16+
ref: main
1717
- run: |
1818
sed -r -i "s/aws-nuke:v[0-9]+\.[0-9]+\.[0-9]+/aws-nuke:${GITHUB_REF#refs/tags/}/" README.md
1919
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)