Răsfoiți Sursa

adjust with options

itizawa 6 ani în urmă
părinte
comite
0f897a345d
1 a modificat fișierele cu 3 adăugiri și 6 ștergeri
  1. 3 6
      .github/workflows/release.yml

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

@@ -44,13 +44,10 @@ jobs:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: weseek/ghaction-slack-notification@master
+      uses: weseek/ghaction-release-slack-notification@master
       if: sucusess()
       if: sucusess()
       with:
       with:
-        type: ${{ job.status }}
-        job_name: '*Release v${{ env.RELEASE_VERSION }}*'
         channel: '#general'
         channel: '#general'
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
-        icon_emoji: 'tada'
-        isReleaseMode: true
-        created_tag: v${{ env.RELEASE_VERSION }}
+        created_tag: ${{ env.RELEASE_VERSION }}
+        changelog_file: CHANGES.md