Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cofcool committed Jan 12, 2023
1 parent 6474b63 commit 1b67da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
package:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand All @@ -27,8 +29,6 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
id: create_release
permissions:
contents: write
with:
allowUpdates: true
draft: false
Expand Down

0 comments on commit 1b67da0

Please sign in to comment.