Skip to content

Commit 856c59a

Browse files
committed
fix(ci): checkout main branch instead of version tag in deploy-pages
1 parent a112bed commit 856c59a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
url: ${{ steps.deployment.outputs.page_url }}
118118

119119
steps:
120-
- name: Checkout correct version
120+
- name: Checkout main branch
121121
uses: actions/checkout@v4
122122
with:
123-
ref: v${{ needs.release.outputs.version }}
123+
ref: main
124124
fetch-depth: 0
125125

126126
- name: Setup Node.js

0 commit comments

Comments
 (0)