Skip to content

Commit

Permalink
updated action #64
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Jun 20, 2024
1 parent f427e3f commit e8996b5
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,13 @@ jobs:
- name: Build package
run: yarn companion-module-build --dev

- name: Create GitHub Release
id: create_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: /softprops/[email protected]
with:
tag_name: ${{ github.ref }}
release_name: Dev Release ${{ github.ref }}
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'
draft: true
prerelease: true

- name: Upload Release Asset
uses: actions/[email protected]
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: pkg.tgz
asset_name: pkg.tgz
asset_content_type: application/gzip
files: |
pkg.tgz
pkg

0 comments on commit e8996b5

Please sign in to comment.