Skip to content

Commit

Permalink
update release workflow plugin (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Oct 12, 2023
1 parent 5e3fc2b commit e8d4c53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
- uses: actions/checkout@v2
- name: create github release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: publish to gradle
Expand Down

0 comments on commit e8d4c53

Please sign in to comment.