From 640913c5c44d9d0611ad26c0055dbed8141134da Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:19:35 +0000 Subject: [PATCH] Pdct 850/configure auto releases for the admin backend repo (#86) * Remove optional files parameter from release step * Remove conditional from auto semver step --- .github/workflows/tag-and-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 518c3845..ee95f831 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -54,8 +54,6 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false automatic_release_tag: ${{ steps.determine_next_tag.outputs.new_tag }} - files: | - * id: run_auto_tag_and_release @@ -90,7 +88,6 @@ jobs: auto-semver: needs: auto-git-tag-and-release runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/main' && github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/checkout@v4