fix: use correct branch for tag compare

This commit is contained in:
Manuel
2024-07-13 14:46:27 +02:00
parent a8748fa439
commit 0c7f479952

View File

@@ -37,7 +37,7 @@ jobs:
uses: ietf-tools/semver-action@v1
with:
token: ${{ github.token }}
branch: main
branch: dev
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}