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 8764e63 commit cec28f0Copy full SHA for cec28f0
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
27
with:
28
- ref: 'master'
+ ref: 'main'
29
- name: Get the latest commit SHA
30
id: get-sha
31
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
0 commit comments