Skip to content

Commit e4690e8

Browse files
committed
attempt publish workflow fix
1 parent 8219cfe commit e4690e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
23-
with:
24-
fetch-depth: 0
25-
token: ${{ secrets.PAT }}
22+
run: |
23+
git clone https://mscheong01:${{ secrets.PAT }}@github.com/mscheong01/krotoDC.git
24+
cd krotoDC
2625
2726
- name: Get Previous tag
2827
id: previous_tag

0 commit comments

Comments
 (0)