Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <nicolas.bigler@vshn.ch>
  • Loading branch information
TheBigLee committed Oct 6, 2023
1 parent fa376fb commit f39bf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Change version in package
run: |
yq -i '.parameters."pkg.appcat".componentVersion = "${{ env.TAG_VERSION }} "' package/main.yaml
yq -i '.parameters."pkg.appcat".componentVersion = ${{ env.TAG_VERSION }}' package/main.yaml
- uses: actions-js/push@v1.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f39bf2c

Please sign in to comment.