We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c916af0 commit 16cb196Copy full SHA for 16cb196
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: elementary/actions/release@master
+ - uses: elementary/actions/release@main
14
env:
15
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
16
GIT_USER_NAME: "elementaryBot"
0 commit comments