Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pefribeiro authored Nov 19, 2023
1 parent 79b5ef0 commit 78f138b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@ name: Maven Package
on:
push:
tags:
- 'v*'- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }} (draft)
body: |
Test upload-to-github-release works with `actions/create-release`
draft: true
prerelease: false
- 'v*'

jobs:
build:
Expand Down

0 comments on commit 78f138b

Please sign in to comment.