We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a112bed commit 856c59aCopy full SHA for 856c59a
1 file changed
.github/workflows/release.yml
@@ -117,10 +117,10 @@ jobs:
117
url: ${{ steps.deployment.outputs.page_url }}
118
119
steps:
120
- - name: Checkout correct version
+ - name: Checkout main branch
121
uses: actions/checkout@v4
122
with:
123
- ref: v${{ needs.release.outputs.version }}
+ ref: main
124
fetch-depth: 0
125
126
- name: Setup Node.js
0 commit comments