Bump chart-releaser to v1.0.0 and prep chart-releaser-action for v1.0.0 (#34)
Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
@@ -15,7 +15,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
|
||||
|
||||
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)
|
||||
|
||||
- `version`: The chart-releaser version to use (default: v1.0.0-beta.1)
|
||||
- `version`: The chart-releaser version to use (default: v1.0.0)
|
||||
- `charts_dir`: The charts directory
|
||||
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`)
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.0.0-rc.1
|
||||
uses: helm/chart-releaser-action@v1.0.0
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user