Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhilmi authored Aug 3, 2024
1 parent a16c917 commit 8f15ffb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: GitHub Releases and Tag

# on:
# push:
# branches:
# - main

on: workflow_dispatch

jobs:
Expand All @@ -26,7 +21,7 @@ jobs:
id: versioning
run: |
# Extract the version from Chart.yaml (Change manually)
current_version=$(grep 'version: 1.0.2' stable/index.yaml | awk '{print $2}')
current_version=$(grep 'version: 1.0.3' stable/index.yaml | awk '{print $2}')
# Extract the description from Chart.yaml
description=$(grep '^description:' ./charts/alucard/Chart.yaml | sed 's/description: //')
Expand Down

0 comments on commit 8f15ffb

Please sign in to comment.