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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-24 18:43:05 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-24 18:43:05 +0300
commitba209a7a5ddb0f9e54274131fad3c8559ead08af (patch)
tree9b98c7ca1c0990708d96c30a9a76982dddc5bf7a
parente6d182119e61f583210168fad6284734240fc871 (diff)
release.yml: Fix working directory for release stepv1.48.2
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2cc40f1f..cc09aa26 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -126,6 +126,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ working-directory: ./release
run: |
subject="$(git tag -n10 --format="%(contents:subject)" "${{ env.VERSION }}")"
body="$(git tag -n10 --format="%(contents:body)" "${{ env.VERSION }}")"