Skip to content

Commit

Permalink
fix: use correct branch for tag compare
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Jul 13, 2024
1 parent a8748fa commit 0c7f479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0c7f479

Please sign in to comment.