Skip to content

Commit 9d7ae4c

Browse files
author
Bassem Dghaidi
authored
Fix file rename issue
1 parent ca738d7 commit 9d7ae4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222
- name: "Calculate new SHA256 hash"
2323
run: |
24-
new_sha="$(shasum -a 256 gh-token)"
24+
new_sha="$(shasum -a 256 gh-token | sed -r 's/gh-token/ghtoken/g')"
2525
sed -r "s/echo \"[0-9a-f]{64} ghtoken\"/echo \"$new_sha\"/g" -i README.md
2626
- name: "Commit and push updates"
2727
uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008

0 commit comments

Comments
 (0)