We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ac2e7 commit 55b829cCopy full SHA for 55b829c
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: "Calculate new SHA256 hash"
23
run: |
24
new_sha="$(shasum -a 256 ghtoken)"
25
- sed -r "s/echo \"[0-9a-f]{64} ghtoken\"/echo \"$new_sha\"/g" -i README.md
+ sed -r "s/echo \"[0-9a-f]{64} gh-token\"/echo \"$new_sha\"/g" -i README.md
26
- name: "Commit and push updates"
27
uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008
28
with:
0 commit comments