Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Radu M <[email protected]>
  • Loading branch information
Radu M committed Aug 22, 2019
1 parent 9aa52d1 commit edfab34
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: engineerd/setup-kind@v0.3.0
- uses: engineerd/setup-kind@v0.1.0
- name: Testing
run: |
export KUBECONFIG="$(kind get kubeconfig-path)"
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": "setup-kind",
"version": "0.3.0",
"version": "0.1.0",
"private": true,
"description": "GitHub Action to setup KinD (Kubernetes in Docker)",
"main": "lib/main.js",
Expand Down

0 comments on commit edfab34

Please sign in to comment.