Skip to content

Commit

Permalink
switched github action release
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Aug 31, 2023
1 parent 2d1a948 commit 17c242c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,12 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1.1.4
uses: ncipollo/release-action@v1.13.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
draft: false
prerelease: false

- name: Upload Plugin to Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./check.so
asset_name: check.so
asset_content_type: application/octet-stream
artifacts: "check.so"

0 comments on commit 17c242c

Please sign in to comment.