Skip to content

Commit

Permalink
attempt publish workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheong01 committed Sep 9, 2024
1 parent 8219cfe commit e4690e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
run: |
git clone https://mscheong01:${{ secrets.PAT }}@github.com/mscheong01/krotoDC.git
cd krotoDC
- name: Get Previous tag
id: previous_tag
Expand Down

0 comments on commit e4690e8

Please sign in to comment.