itizawa 6 vuotta sitten
vanhempi
sitoutus
e839c74092
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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 }}