Skip to content

Commit

Permalink
Tidy; remove <tag> element from scm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburling committed Aug 16, 2023
1 parent 0324c51 commit c190be6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ env:
CA_DOMAIN: bfd-mgmt
BRANCH_REF: ${{ format('refs/heads/{0}', github.event.pull_request.head.ref) }}



jobs:
mvn-release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -136,6 +134,7 @@ jobs:
BFD_RELEASE: ${{ inputs.releaseVersion }}
BFD_DEV_VERSION: ${{ inputs.developmentVersion }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 'Perform Exceptional Rollback'
if: failure()
run: mvn release:rollback
Expand Down
1 change: 0 additions & 1 deletion apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<connection>scm:git:[email protected]:CMSgov/beneficiary-fhir-data.git</connection>
<developerConnection>scm:git:[email protected]:CMSgov/beneficiary-fhir-data.git</developerConnection>
<url>https://github.com/CMSgov/beneficiary-fhir-data</url>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit c190be6

Please sign in to comment.