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.
2 parents 116165f + e8c740d commit 5d94b4aCopy full SHA for 5d94b4a
.github/workflows/cd.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: git settings
25
run: |
26
# https://qiita.com/thaim/items/3d1a4d09ec4a7d8844ce
27
- git config --local user.email "github-actions[bot]"
28
- git config --local user.name "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --local user.name "github-actions[bot]"
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
29
- name: update README
30
31
sed -i -E 's/from: \"(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\"/from: \"${{ steps.nextversion.outputs.next }}\"/g' README.md
0 commit comments