Skip to content

Commit

Permalink
Fix: backup and restore is blocking release, pend it (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Somefive authored Jun 27, 2023
1 parent 87fb0fe commit b69b78a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
tags:
- "v*"
workflow_dispatch: { }

env:
Expand All @@ -19,7 +16,7 @@ jobs:
env:
BACKUP_RESTORE_TOOL_VERSION_KEY: github.com/kubevela/terraform-controller/version.BackupRestoreToolVersion
BACKUP_RESTORE_TOOL_VERSION: cat hack/tool/backup_restore/VERSION
GO_BUILD_ENV: GO111MODULE=on CGO_ENABLED=0
GO_BUILD_ENV: GO111MODULE=on
DIST_DIRS: find * -type d -exec
steps:
- name: Checkout
Expand Down

0 comments on commit b69b78a

Please sign in to comment.