Skip to content

Commit

Permalink
Merge pull request #6 from nanasess/weekly-build
Browse files Browse the repository at this point in the history
Fix escape
  • Loading branch information
nanasess authored Aug 31, 2020
2 parents 300b6c8 + 13cf496 commit 679a01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
curl -v -H "Authorization: token ${GITHUB_TOKEN}" https://api.github.com/repos/nanasess/ec-cube2/releases \
--data "{ \"tag_name\": \"eccube2-weekly-${REL_DATE}\", \
\"target_commitish\": \"master\", \
\"name"\: \"weekly/${REL_DATE}\", \
\"name\": \"weekly/${REL_DATE}\", \
\"body\": \"EC-CUBE 2.17系の Weekly build🚀 です。毎週の改善内容を反映しております。\n常に安定して動作するよう努めていますが、思わぬ不具合を取り込んでしまっている場合もあります。十分に検証の上ご利用ください。\", \
\"draft\": false, \
\"prerelease\": false }"
\"prerelease\": true }"
# id: create_release
# uses: actions/create-release@v1
# env:
Expand Down

0 comments on commit 679a01a

Please sign in to comment.