Skip to content

Commit

Permalink
Update auto-tag workflow (#438)
Browse files Browse the repository at this point in the history
* disable auto-tag repo

* create tag on version update

* fix main branch
  • Loading branch information
alvarorm22 authored Jan 8, 2024
1 parent 49a9122 commit d506900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-autotag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
branches:
- main
paths:
- "chart/Chart.yaml"
- VERSION
jobs:
create-tag:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up yq
uses: frenck/action-setup-yq@v1
Expand Down

0 comments on commit d506900

Please sign in to comment.