Skip to content

Commit

Permalink
Issue TBD54566975#97: Update to TBD org - ready to try there
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Aug 2, 2024
1 parent cc4fb3b commit 4317840
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:

jobs:

# Disable for now
run-ci:
# This will run CI and also publish the Kotlin release to the TBD Artifactory repo manager
name: Run CI
#TODO Update this to TBD org when done testing
uses: ALRubinger/tbdex-rs/.github/workflows/ci.yml@main
uses: TBD54566975/tbdex-rs/.github/workflows/ci.yml@main
secrets: inherit
with:
version: ${{ github.event.inputs.version }}
Expand Down Expand Up @@ -104,7 +102,7 @@ jobs:
git push origin main
kotlin-release-to-tbd-artifactory-and-maven-central:
name: Release Kotlin to TBD Artifactory and Maven Central
name: Release Kotlin to Maven Central
needs: git-tag
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4317840

Please sign in to comment.