Skip to content

Commit

Permalink
Commit message:
Browse files Browse the repository at this point in the history
Add release types in GitHub Actions workflow

The GitHub Actions workflow file, 'maven-publish.yml', has been updated to include additional release types such as prereleased, created, published, and edited. This provides more granular control over the actions that trigger the workflow.
  • Loading branch information
SmartGecko44 committed Dec 4, 2023
1 parent e083bd9 commit e9aac39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
run: mvn package --file ../pom.xml
working-directory: target

- name: Test with Maven
run: mvn test --file ../pom.xml

- name: Create filtered-artifacts
run: mkdir -p filtered-artifacts

Expand Down

0 comments on commit e9aac39

Please sign in to comment.