Skip to content

Commit

Permalink
Update tag_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAZimmerly authored Dec 30, 2024
1 parent 1e84c55 commit 98c3186
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Release
# Manual trigger for the workflow
on:
push:
branches:
- main
tags:
- 'v*'

Expand Down Expand Up @@ -46,7 +44,7 @@ jobs:
run: ./gradlew assembleRelease

- name: Publish to GitHub Packages
run: ./gradlew publish
run: ./gradlew publish --info

- name: Send Slack Message
if: always()
Expand Down

0 comments on commit 98c3186

Please sign in to comment.