Skip to content

Commit 7774066

Browse files
committed
Fixed release action to use correct branch name
1 parent 799e66d commit 7774066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Add Changelog
15-
uses: nexmo/github-actions/nexmo-changelog@master
15+
uses: nexmo/github-actions/nexmo-changelog@main
1616
env:
1717
CHANGELOG_AUTH_TOKEN: ${{ secrets.CHANGELOG_AUTH_TOKEN }}
1818
CHANGELOG_CATEGORY: Server SDK

0 commit comments

Comments
 (0)