Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 16, 2024
1 parent 151e493 commit 2c5807a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-helm-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: tag
run: |
TAG=${{ github.ref_name }}
run: echo "tag=${TAG#v}" >> "$GITHUB_OUTPUT"
echo "tag=${TAG#v}" >> "$GITHUB_OUTPUT"
package-and-publish-operator:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-helm-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: tag
run: |
TAG=${{ github.ref_name }}
run: echo "tag=${TAG#v}" >> "$GITHUB_OUTPUT"
echo "tag=${TAG#v}" >> "$GITHUB_OUTPUT"
package-and-publish-operator:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c5807a

Please sign in to comment.