Skip to content

Commit 30ba566

Browse files
committed
Debug rc.yaml
1 parent 1ff37a3 commit 30ba566

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rc.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Fetch main branch
33-
run: git fetch origin main:refs/remotes/origin/main
33+
run: |
34+
git fetch origin main:refs/remotes/origin/main
35+
git branch -a
3436
3537
- uses: actions/setup-go@v4
3638
with:
@@ -51,6 +53,7 @@ jobs:
5153
- name: checkIfCommitHelperGoWillBePublished
5254
id: checkCommitHelperGo
5355
run: |
56+
git fetch origin main:refs/remotes/origin/main
5457
pnpm changeset status > changeset-status.txt
5558
isPublished=$(grep -q "@naverpay/commithelper-go" changeset-status.txt && echo "true" || echo "false")
5659
if [ "$isPublished" = "false" ]; then

0 commit comments

Comments
 (0)