Skip to content

Commit

Permalink
Update maven.yml - autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzybol authored Mar 17, 2024
1 parent 7ade478 commit 34a3c70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: Java CI with Maven, Auto-Versioning, and Release
on:
push:
branches: [ "master" ]

permissions:
contents: write
jobs:
build-and-release:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # To ensure tags are fetched as well
token: ${{ secrets.GITHUB_TOKEN }} # Użyj GITHUB_TOKEN do checkout
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 34a3c70

Please sign in to comment.