Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdaga committed Oct 25, 2023
1 parent 83e71d7 commit d997289
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish-artifacts-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,10 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Set output
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT

- name: Update Helm Tags
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
run: |
echo "${RELEASE_VERSION}"
sed -i "s/0.0.0/${RELEASE_VERSION}/g" ./charts/family-pickem/Chart.yaml
RELEASE_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
sed -i "s/0.0.0/${RELEASE_VERSION}-DEV/g" ./charts/family-pickem/Chart.yaml
cat ./charts/family-pickem/Chart.yaml
- name: Install Helm
Expand Down

0 comments on commit d997289

Please sign in to comment.