Skip to content

Attempt to test release workflow #1

Attempt to test release workflow

Attempt to test release workflow #1

Workflow file for this run

name: release
on:
workflow_run:
workflows: [build]
types:
- completed
push:
branches:
- vio-3010-github-actions
# tags:
# - 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Update Helm Chart
uses: vapor-ware/chart-releaser-action@v1
env:
GITHUB_TOKEN: ${{ secrets.VIO_PUBLIC_REPO }}
with:
args: update --diff --debug --dry-run