Skip to content

Commit

Permalink
publish on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 30, 2024
1 parent 632f7cc commit 790157a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Publish
on:
release:
types: [created]
push:
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 790157a

Please sign in to comment.