From fd208a9313303759fc804627ea0f81567c9f5a3c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 25 May 2023 12:48:20 -0600 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index c7302fb9..ff26f5bc 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -5,34 +5,8 @@ on: jobs: - create-sec-tag: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: sec - - name: Get branch name - id: branch-name - uses: tj-actions/branch-names@v7 - - - name: Generate new tag - id: generate-tag - run: | - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git tag -a ${{ steps.branch-name.outputs.tag }}-sec -m "Security release for ${{ steps.branch-name.outputs.tag }}" - - - name: Push tag - uses: ad-m/github-push-action@master - with: - tags: true - github_token: ${{ secrets.PAT_TOKEN }} - branch: sec - update-version: runs-on: ubuntu-latest - needs: create-sec-tag steps: - uses: actions/checkout@v3 with: