Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
fix dependency issue
  • Loading branch information
asmodat authored Jan 1, 2024
1 parent 65f09a8 commit bee314e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
ls -a1 "${{env.RELEASE}}"
- name: Delete old release
if: env.SOURCE_BRANCH == 'master'
uses: dev-drprasad/[email protected].0
uses: dev-drprasad/[email protected].1
with:
tag_name: "${{env.VERSION}}"
delete_release: true
Expand Down Expand Up @@ -173,4 +173,4 @@ jobs:
continue-on-error: true
run: |
cd ${GITHUB_WORKSPACE} && rm -rfv ./*
echo "(current dir): $PWD" && ls -l ./
echo "(current dir): $PWD" && ls -l ./

0 comments on commit bee314e

Please sign in to comment.