From 447f9709f7d510be32f5e4e51b8109ac11af8233 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 13 May 2024 10:46:33 +1200 Subject: [PATCH] CICD: Fixup Merge Build Workflows on master. Signed-off-by: Michael Keller --- .github/workflows/fedora-copr-build.yml | 10 +++++----- .github/workflows/post-releasenotes.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fedora-copr-build.yml b/.github/workflows/fedora-copr-build.yml index a5e7ba830..a7b7e381f 100644 --- a/.github/workflows/fedora-copr-build.yml +++ b/.github/workflows/fedora-copr-build.yml @@ -16,17 +16,17 @@ jobs: image: fedora:latest steps: + - name: Setup build dependencies in the Fedora container + run: | + dnf -y install @development-tools @rpm-development-tools + dnf -y install copr-cli make + - name: Check out sources uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive - - name: Setup build dependencies in the Fedora container - run: | - dnf -y install @development-tools @rpm-development-tools - dnf -y install copr-cli make - - name: setup git run: | git config --global --add safe.directory /__w/subsurface/subsurface diff --git a/.github/workflows/post-releasenotes.yml b/.github/workflows/post-releasenotes.yml index c3b0bfd97..441b1ec8d 100644 --- a/.github/workflows/post-releasenotes.yml +++ b/.github/workflows/post-releasenotes.yml @@ -33,7 +33,7 @@ jobs: # add a file containing the release title so it can be picked up and listed on the release page on our web server - name: publish release if: github.event_name == 'push' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version_number.outputs.version }} repository: ${{ github.repository_owner }}/nightly-builds