We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5d6a4 commit 058d5c6Copy full SHA for 058d5c6
1 file changed
.github/workflows/release-please.yml
@@ -28,6 +28,7 @@ on:
28
29
permissions:
30
contents: write
31
+ issues: write
32
pull-requests: write
33
34
jobs:
@@ -90,19 +91,3 @@ jobs:
90
91
with:
92
tag_name: ${{ needs.release-please.outputs.tag_name }}
93
files: "*.mcpb"
-
94
- announce:
95
- needs: [release-please, npm-publish]
96
- if: ${{ needs.release-please.outputs.release_created }}
97
- runs-on: ubuntu-latest
98
- steps:
99
- - name: Post to Slack
100
- if: ${{ vars.SLACK_WEBHOOK_URL }}
101
- uses: slackapi/slack-github-action@v1
102
- with:
103
- webhook-url: ${{ vars.SLACK_WEBHOOK_URL }}
104
- webhook-type: incoming-webhook
105
- payload: |
106
- {
107
- "text": "🚀 ${{ github.repository }} ${{ needs.release-please.outputs.tag_name }} released!\n\nhttps://github.com/${{ github.repository }}/releases/tag/${{ needs.release-please.outputs.tag_name }}"
108
- }
0 commit comments