Skip to content

Commit

Permalink
Fix unpublish action version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Aug 18, 2023
1 parent 791c02f commit 02d7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
}));
- name: Delete Previous Release
uses: dev-drprasad/[email protected].0
uses: dev-drprasad/[email protected].1
with:
tag_name: last-successful
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 02d7a11

Please sign in to comment.