Skip to content

Commit

Permalink
Fix tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Sep 1, 2020
1 parent 567e3e9 commit fa54b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: eccube2-weekly-${{ env.TAG_NAME }}
release_name: eccube2-weekly-${{ env.TAG_NAME }}
tag_name: ${{ env.TAG_NAME }}
release_name: ${{ env.TAG_NAME }}
body: |
EC-CUBE 2.17系の Weekly build🚀 です。毎週の改善内容を反映しております。
常に安定して動作するよう努めていますが、思わぬ不具合を取り込んでしまっている場合もあります。十分に検証の上ご利用ください。
Expand Down

0 comments on commit fa54b03

Please sign in to comment.