diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 777960b..d0c44b7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,6 +44,7 @@ jobs: run: mvn clean install - name: Erstelle Release + id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}