Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Jan 22, 2024
1 parent 91b7179 commit 10b7cff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,9 @@ jobs:
draft: false
prerelease: false

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
- name: Upload release artifact
uses: softprops/action-gh-release@v1
with:
files: wpgraphql-ide.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./plugin-build/wpgraphql-ide.zip
asset_name: wpgraphql-ide.zip
asset_content_type: application/zip

0 comments on commit 10b7cff

Please sign in to comment.