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 8219cfe commit e4690e8Copy full SHA for e4690e8
.github/workflows/publish-release.yml
@@ -19,10 +19,9 @@ jobs:
19
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v3
23
- with:
24
- fetch-depth: 0
25
- token: ${{ secrets.PAT }}
+ run: |
+ git clone https://mscheong01:${{ secrets.PAT }}@github.com/mscheong01/krotoDC.git
+ cd krotoDC
26
27
- name: Get Previous tag
28
id: previous_tag
0 commit comments