Some Fixes

This commit is contained in:
killer069
2021-12-24 13:32:59 +05:30
parent a8df6bca4c
commit 6a52ab38cb
2 changed files with 9 additions and 14 deletions

View File

@@ -67,6 +67,9 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Publish on discord
run: node .github/discord.js channel="888999793458835466" body="${{ github.event.release.body }}" tag="${{ github.event.release.tag_name }}"
run: node .github/discord.js
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
CHANNEL: 888999793458835466
BODY: ${{ github.event.release.body }}
TAG: ${{ github.event.release.tag_name }}