From f0c70ef553bd7a7ffa40df039f06ac6505ea5d98 Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Thu, 5 Sep 2024 14:41:43 +0300 Subject: [PATCH] Workflow --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 296caea..28b195b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,12 @@ permissions: contents: write jobs: - build: + bump_version: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Bump version file uses: francktrouillez/auto-bump-version-file@v1 @@ -39,8 +39,9 @@ jobs: message: Version ${{ steps.version.outputs.content }} branch: master + build_release: - name: Checkout repository again - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build packages run: make all