mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
remove tag creation in Windows workflow
This is being rewritten as we speak - and right now this prevents the Windows workflow from running. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a38d83af24
commit
b63b286f2e
1 changed files with 0 additions and 9 deletions
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
|
@ -32,15 +32,6 @@ jobs:
|
|||
echo "tag=${tag}" >> $GITHUB_OUTPUT
|
||||
echo "is_latest=${is_latest}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: tag current version as latest if we don't have a tag
|
||||
if: ${{ steps.tag.outputs.is_latest == 'true' }}
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
with:
|
||||
tag: "latest"
|
||||
tag_exists_error: false
|
||||
force_push_tag: true
|
||||
message: "latest commit to allow 'release' uploads"
|
||||
|
||||
- name: get other dependencies
|
||||
env:
|
||||
SUBSURFACE_REPO_PATH: ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue