Skip to content

Commit

Permalink
fix(permissions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Bibonne authored May 21, 2024
1 parent bdeb162 commit c8b8deb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Build and Release'

permissions:
contents: write

on:
push:
tags:
Expand All @@ -16,7 +19,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Build
run: mvn install
run: mvn -B install && mvn -B clean --file metadata-webimpl/pom.xml && mvn -B -Pnative package --file metadata-webimpl/pom.xml
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit c8b8deb

Please sign in to comment.