Skip to content

Commit

Permalink
fix plugin install
Browse files Browse the repository at this point in the history
  • Loading branch information
vbehar committed May 4, 2020
1 parent e9d79fc commit c29e4c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GH_TOKEN }}
tags: true
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ builds:
- GO111MODULE=on
- GOFLAGS=-mod=vendor

archives:
- files:
- plugin.yaml

changelog:
sort: asc
File renamed without changes.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "unittest3"
version: "1.0.0"
version: "1.0.1"
usage: "unittest for helm 3 charts"
description: "Unit test for helm 3 charts in YAML with ease to keep your chart functional and robust."
ignoreFlags: false
Expand Down

0 comments on commit c29e4c1

Please sign in to comment.