Skip to content

Commit

Permalink
Merge pull request #188 from tarkalabs/raja/workflowupdate
Browse files Browse the repository at this point in the history
fix: gradle publishing command updated
  • Loading branch information
rajajawahar authored Feb 14, 2024
2 parents 7af1c3f + d5c66ee commit 1c04b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: chmod +x gradlew

- name: Build AAR 🔨
run: bash ./gradlew :tarkaui:assemble
run: bash ./gradlew :tarka-ui:assemble

- name: Publish to GitHub Package 🚀
run: bash ./gradlew :tarkaui:publish
run: bash ./gradlew :tarka-ui:publish
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.SECRET_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SECRET_TOKEN }}

0 comments on commit 1c04b46

Please sign in to comment.