diff --git a/.github/workflows/release-frontend.yml b/.github/workflows/release-frontend.yml index 96b86057..83be4e8a 100644 --- a/.github/workflows/release-frontend.yml +++ b/.github/workflows/release-frontend.yml @@ -71,14 +71,11 @@ jobs: with: to: ${{ secrets.TELEGRAM_CHAT_ID }} token: ${{ secrets.TELEGRAM_TOKEN }} - format: html + format: markdown message: | ✅ Deploy ${{ github.REPOSITORY }}@${{ github.ref_name }} has finished. image tag: ${{ github.sha }} - commit message: ${{ github.event.head_commit.message }} - author: ${{ github.event.head_commit.author.name }} - commit timestamp: ${{ github.event.head_commit.timestamp }} notify-on-error: runs-on: ubuntu-latest diff --git a/package.json b/package.json index 6f871f82..cbced067 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@remnawave/frontend", "private": false, "type": "module", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "start:dev": "vite", "start:build": "NODE_ENV=production tsc && vite build",