Skip to content

Debugging

Debugging #4

Workflow file for this run

name: Echo Appversion
on:
push:
branches:
- image-versioning
jobs:
echo:
name: Echo Appversion
runs-on: ubuntu-latest
env:
TAGS: $(yq e '.appVersion' charts/swr-cache-proxy/Chart.yaml)
steps:
- run: echo "${{ env.TAGS }}"