We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9717a2 commit 761cab9Copy full SHA for 761cab9
.github/workflows/android-release_ci.yml
@@ -90,15 +90,3 @@ jobs:
90
asset_name: MultiLauncher-${{ github.ref_name }}-Signed.aab
91
tag: ${{ github.ref }}
92
overwrite: true
93
-
94
- - name: Set up Node.js
95
- uses: actions/setup-node@v5
96
- with:
97
- node-version: '20' # or whatever version you need
98
99
- - name: Post Release to Discord
100
- env:
101
- DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
102
- run: |
103
- # Run your Discord release script
104
- node post-discord-release.js
0 commit comments