Skip to content

Commit f2b5cf7

Browse files
Merge pull request #159 from augustocdias/fix_release_action
Fix branch name in release action
2 parents 0637622 + 03194f8 commit f2b5cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-on-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create Release on Version Bump
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66

77
jobs:
88
extract:

0 commit comments

Comments
 (0)