Skip to content

Commit

Permalink
chore: fix push artefact, remove trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen committed Dec 23, 2022
1 parent 49498a3 commit b45f2db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
inputs:
tags:
description: 'Release tag'
required: true
type: string

jobs:
go-build:
Expand All @@ -52,6 +46,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git checkout main
git add .github/bin/helmRepoIndex
git commit -m "chore: update dev helm repo index ($GITHUB_REF)"
git push
Expand Down

0 comments on commit b45f2db

Please sign in to comment.