diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 485f86c..c7cd3b3 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -25,7 +25,7 @@ jobs: publish: needs: test - if: github.repository == 'sake92/sharaf' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag') + if: github.repository == 'sake92/tupson' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag') runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -42,4 +42,4 @@ jobs: PGP_SECRET: ${{ secrets.PGP_SECRET }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} - \ No newline at end of file +