itizawa 5 years ago
parent
commit
e839c74092
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/release.yml

+ 1 - 3
.github/workflows/release.yml

@@ -45,9 +45,7 @@ jobs:
 
     - name: Slack Notification
       uses: weseek/ghaction-release-slack-notification@master
-      if: sucusess()
       with:
         channel: '#general'
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
-        created_tag: ${{ env.RELEASE_VERSION }}
-        changelog_file: CHANGES.md
+        created_tag: v${{ env.RELEASE_VERSION }}