Skip to content

Commit

Permalink
Merge pull request #4 from C123R/release-action
Browse files Browse the repository at this point in the history
using default github token
  • Loading branch information
C123R authored Apr 13, 2020
2 parents 1c7843c + 2a76451 commit 159fe70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0
v0.3.1
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "blob"
version: "0.3.0"
version: "0.3.1"
usage: "(Helm v3) Manage chart repositories on Blob Storage(Azure Blob, GCS, S3)"
description: |-
(Helm v3) Manage chart repositories on Blob Storage(Azure Blob, GCS, S3).
Expand Down

0 comments on commit 159fe70

Please sign in to comment.