Skip to content

Commit 399dc53

Browse files
committed
fix: remove content field from Discord release notification
1 parent 2a7253b commit 399dc53

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/bump_version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
git commit --m "docs: update doc" || true
3434
- name: Create bump and changelog main
3535
if: github.ref == 'refs/heads/main'
36-
run: bunx capacitor-plugin-standard-version@latest -t '@${{ github.repository }}@'
36+
run: bunx capacitor-plugin-standard-version@latest
3737
- name: Create bump and changelog development
3838
if: github.ref != 'refs/heads/main'
39-
run: bunx capacitor-plugin-standard-version@latest --prerelease alpha -t '@${{ github.repository }}@'
39+
run: bunx capacitor-plugin-standard-version@latest --prerelease alpha
4040
- name: Push to origin
4141
run: |
4242
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)

.github/workflows/github-releases-to-discord.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
color: "2105893"
1818
username: "Release Changelog"
1919
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
20-
content: "New release !"
2120
footer_title: "Changelog for @${{ github.repository }}"
2221
reduce_headings: true

0 commit comments

Comments
 (0)