Skip to content

Commit

Permalink
simplified release automation name
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Jun 20, 2024
1 parent e8996b5 commit e9100f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: Create Release
uses: /softprops/[email protected]
with:
name: Dev Release ${{ github.ref }}
body: 'This is a dev build of the module - use with caution. In case you are no developer please wait for official releases as part of a companion release'
body: 'This is a dev build of the module - use pkg.tgz with caution. In case you are no developer please wait for official releases as part of a companion release'
draft: true
prerelease: true
files: |
pkg.tgz
pkg

0 comments on commit e9100f9

Please sign in to comment.