Skip to content

Commit

Permalink
12th try to release via GitHub actions to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusSchmidt committed Nov 11, 2023
1 parent 536658a commit 20fbe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
POSTGRES_DB: testsupport

- name: Release
if: "github.event.release.published"
if: github.event_name == 'release' && github.event.action == 'created'
run: |
# Assign the tag name to a variable
tag_name="${{ github.event.release.tag_name }}"
Expand Down

0 comments on commit 20fbe5e

Please sign in to comment.