Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie committed Oct 9, 2024
1 parent 3f02713 commit 367d4ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloud-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
inputs:
tag:
description: 'Tag for manual release'
required: true
default: 'latest'
required: false
default: ''

env:
# Common versions
GO_VERSION: "1.20"
DEFAULT_OWNER: "labring"
TAG: ${{ github.event.inputs.tag || github.event.release.tag_name }}
TAG: ${{ github.event.inputs.tag || github.event.release.tag_name }}

jobs:
save-sealos:
Expand Down

0 comments on commit 367d4ac

Please sign in to comment.