Skip to content

Commit

Permalink
ci publish
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jun 26, 2023
1 parent afa999a commit 87322cc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ jobs:

- run: ls -R /tmp/artifacts

- name: publish
uses: ncipollo/release-action@v1
- name: publish to github release
uses: softprops/action-gh-release@v1
with:
artifacts: /tmp/artifacts/PowerControl/PowerControl.tar.gz
tag: ${{ github.ref }}
prerelease: contains(github.ref, 'pre')
files: /tmp/artifacts/PowerControl/PowerControl.tar.gz
tag_name: ${{ github.ref }}
body: |
PowerControl
draft: false
allowUpdates: true
artifactErrorsFailBuild: true
replacesArtifacts: true
prerelease: contains(github.ref, 'pre')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 87322cc

Please sign in to comment.