Skip to content

Commit

Permalink
Pdct 850/configure auto releases for the admin backend repo (#86)
Browse files Browse the repository at this point in the history
* Remove optional files parameter from release step

* Remove conditional from auto semver step
  • Loading branch information
katybaulch authored Feb 29, 2024
1 parent d0beb23 commit 640913c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 640913c

Please sign in to comment.