Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Colombaro <git@colombaro.fr>2021-10-31 23:36:47 +0300
committerGitHub <noreply@github.com>2021-10-31 23:36:47 +0300
commita226f4839f2fcbd141c22c033fdaa9594db55836 (patch)
treed667aa4f0b08403825eb84bbb0cf3c49805967cf
parent0536778a1e5ef1125693939673e310565f44a990 (diff)
Fix workflow file
[ci skip]
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6508513e..818b6b07 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -44,7 +44,8 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Set published version
- run: sed -i "s/appVersion:.*/appVersion: \"${{ steps.get_version.outputs.VERSION }}\"/" charts/yourls/Chart.yaml
+ run: |
+ sed -i "s/appVersion:.*/appVersion: \"${{ steps.get_version.outputs.VERSION }}\"/" charts/yourls/Chart.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.10.1