Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
README.md         | 2 +-
package-lock.json | 2 +-
package.json      | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
  • Loading branch information
matootie committed May 21, 2020
1 parent 58cb483 commit 61c785e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fetches the latest kubeconfig for your DigitalOcean Kubernetes Cluster using Dig

```yaml
- name: Set up kubectl
uses: matootie/dokube@v1.3.0
uses: matootie/dokube@v1.3.1
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: my-fabulous-cluster
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dokube",
"version": "1.2.0",
"version": "1.3.1",
"description": "Use DigitalOcean Kubernetes in GitHub Actions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 61c785e

Please sign in to comment.