Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Sep 25, 2022
1 parent c16fc05 commit 6488411
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build-rsm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
contents: write
strategy:
fail-fast: false
# 1 because ncipollo/release-action is racy
max-parallel: ${{ startsWith(github.ref, 'refs/tags/v') }}
matrix:
target:
- x86_64-linux-musl
Expand Down Expand Up @@ -101,13 +99,8 @@ jobs:

- name: Publish release (if tag)
if: startsWith(github.ref, 'refs/tags/v')
uses: ncipollo/release-action@v1.8.10
uses: softprops/action-gh-release@v1
with:
prerelease: false
artifacts: "${{ env.rsm_archive }}"
replacesArtifacts: true
tag: "v${{ env.rsm_version }}"
name: "rsm ${{ env.rsm_version }} "
name: "rsm ${{ env.rsm_version }}"
body: "rsm ${{ env.rsm_version }} built from ${{ github.sha }}"
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
files: "${{ env.rsm_archive }}"

0 comments on commit 6488411

Please sign in to comment.