Skip to content

Commit

Permalink
refactor: corrected branch for tag release action
Browse files Browse the repository at this point in the history
  • Loading branch information
soran-ghaderi committed Oct 6, 2024
1 parent 3838126 commit 26e87ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ name: Automated Tagging and Release
on:
push:
branches:
- main # or master, depending on your default branch name
- master # or master, depending on your default branch name

jobs:
update-tag:
Expand Down

0 comments on commit 26e87ac

Please sign in to comment.