From 4d4fe5ff4d67a7fe167f12595a58dca33d442e27 Mon Sep 17 00:00:00 2001 From: Adam Israel Date: Mon, 17 Jul 2023 10:19:58 -0400 Subject: [PATCH] chore: [VIO-3010] Update release CI --- .github/workflows/release.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 48bd54e4..75917b00 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,10 +5,8 @@ on: types: - completed push: - branches: - - vio-3010-github-actions - # tags: - # - 'v*' + tags: + - 'v*' jobs: release: @@ -23,4 +21,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.VIO_PUBLIC_REPO }} with: - args: update --diff --debug --dry-run + args: update --diff --debug