From 7f720a2e7133a8536eb4a8f55db284e2f2e75c43 Mon Sep 17 00:00:00 2001 From: Andy Leap Date: Tue, 14 Mar 2023 10:38:03 -0400 Subject: [PATCH 1/2] test action bug --- .github/workflows/agent.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index cba2146a..b098c013 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -128,6 +128,7 @@ jobs: with: go-version: '1.20' check-latest: true + - uses: actions/checkout@v2 - name: Get the version id: get_version run: | @@ -194,7 +195,7 @@ jobs: ./scripts/ci_create_packages.sh && ./scripts/ci_upload_packages.sh # create the github release (draft) cp $HOME/travisci-tools/release_github/release_github_v2.sh . - ./release_github_v2.sh "$APP_VERSION" + ./release_github_v2.sh "$APP_VERSION" # attach generate_secret to the github release ./scripts/ci_build_generate_secret.sh && ./scripts/ci_attach_generate_secret.sh From 30fedcc3dc66f1bb45b71ec2cc550f0e3da71a1a Mon Sep 17 00:00:00 2001 From: Andy Leap Date: Tue, 14 Mar 2023 10:40:15 -0400 Subject: [PATCH 2/2] change action branch --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index b098c013..ae61b936 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -6,7 +6,7 @@ on: tags: - 'v*.*.*' pull_request: - branches: [ master ] + branches: [ master, '3.0.1' ] env: GIMME_GO_VERSION: 1.20.1