Skip to content

Commit

Permalink
bump github action version
Browse files Browse the repository at this point in the history
all previous versions of this action were removed by the owner when v0.2.1 was pushed a few days ago... not ideal
  • Loading branch information
dehall authored Mar 22, 2023
1 parent dc315ea commit 0df2f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mv build/docs/javadoc/* output/build/javadoc
- name: Delete Previous master-branch-latest Tag
uses: dev-drprasad/delete-tag-and-release@v0.1.2
uses: dev-drprasad/delete-tag-and-release@v0.2.1
with:
delete_release: true
tag_name: master-branch-latest
Expand Down

0 comments on commit 0df2f92

Please sign in to comment.