Skip to content

Commit

Permalink
try ncipollo/release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mircobabini committed Aug 24, 2021
1 parent a8f3c4c commit 96cadba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: 'swim-wp-cli.zip'
artifacts: "swim-wp-cli.zip"
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
## Installing

`wp package install [email protected]:sedwebagency/swim-wp-cli.git`

## Thanks to

- https://github.com/TheDoctor0/zip-release
- https://github.com/ncipollo/release-action

0 comments on commit 96cadba

Please sign in to comment.