Skip to content

Commit

Permalink
Change phone to startup in published artifacts (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
mblcdr authored Jan 12, 2024
1 parent 58ab1fb commit 1d3ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle

- name: Publish artifact to Github Packages
run: ./gradlew :core:publish :session:publish :bank:publish :phone:publish :qes:publish :fourthline:publish
run: ./gradlew :core:publish :session:publish :bank:publish :startup:publish :qes:publish :fourthline:publish
env:
FOURTHLINE_GRADLE_TOKEN: ${{ secrets.FOURTHLINE_GRADLE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1d3ffe5

Please sign in to comment.