Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Schreglmann committed Nov 23, 2023
1 parent c63a36b commit cfd5731
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/echo-appversion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Echo Appversion
on:
push:
branches:
- image-versioning

jobs:
echo:
name: Echo Appversion
runs-on: ubuntu-latest
env:
TAGS: $(yq e '.appVersion' Chart.yaml)
steps:
- run: echo "${{ env.TAGS }}"

0 comments on commit cfd5731

Please sign in to comment.