Skip to content

Commit

Permalink
#1881 debug worlflow (#1883)
Browse files Browse the repository at this point in the history
* some cleanup

* #1881 add undocumented goal difference criteria

* #1881 add undocumented goal difference criteria release_notes.md

* #1881 fix workflow
  • Loading branch information
wsbrenk authored Jun 8, 2023
1 parent ffa3ced commit 683472c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: 'version.properties'
properties: 'version shortVersion tag branch'
- name: Delete previous tag and release
uses: unkies/action-gh-delete-release@v0.2.4
uses: ClementTsang/delete-tag-and-release@v0.3.1
with:
delete_release: true
tag_name: ${{ steps.read_version_properties.outputs.tag }}
Expand Down

0 comments on commit 683472c

Please sign in to comment.