mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Merge pull request #133 from 1dot13/fix-broken-build-process
Fix broken build process
This commit is contained in:
@@ -195,7 +195,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Delete Latest
|
- name: Delete Latest
|
||||||
if: startsWith(github.ref, 'refs/tags/v') == false
|
if: startsWith(github.ref, 'refs/tags/v') == false
|
||||||
uses: dev-drprasad/delete-tag-and-release@master
|
uses: dev-drprasad/delete-tag-and-release@v0.2.1
|
||||||
with:
|
with:
|
||||||
tag_name: "latest"
|
tag_name: "latest"
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user