Skip to content

Commit

Permalink
Update ci_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Oct 21, 2023
1 parent 8edbbe3 commit 151e34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,4 +42,4 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}


0 comments on commit 151e34d

Please sign in to comment.