Skip to content

Commit

Permalink
Remove Plugin Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Sep 19, 2023
1 parent 835faed commit 0e4f550
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
go-version: "1.20"
cache: false

- name: Compile Plugin
run: |
go build -trimpath -o check.so -buildmode=plugin main.go
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1.13.0
Expand All @@ -34,4 +30,3 @@ jobs:
name: Release ${{ github.ref_name }}
draft: false
prerelease: false
artifacts: check.so

0 comments on commit 0e4f550

Please sign in to comment.