Skip to content

Commit

Permalink
Trigger publish on push
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 18, 2023
1 parent 25af352 commit 9a7d959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

name: Publish package to GitHub Packages
on:
push:
workflow_dispatch:
version:
description: 'Version number'
Expand Down
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publishing {
maven {
groupId = 'fr.gouv.monitor'
artifactId = 'api'
version = "test"
version = "VERSION_TO_CHANGE"
from components.java

pom {
Expand Down

0 comments on commit 9a7d959

Please sign in to comment.