From 7ab9c7b9465e029050a6d8b5895cc9e40a285dd1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 30 Apr 2023 07:17:50 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58bd214..afc36b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,10 @@ on: jobs: shellcheck: + name: Test uses: ./.github/workflows/check.yml build: + name: Build needs: shellcheck runs-on: ubuntu-latest permissions: @@ -62,6 +64,7 @@ jobs: release: needs: build + name: Release runs-on: ubuntu-latest permissions: contents: write @@ -82,7 +85,7 @@ jobs: echo "NEW_MINOR=$((${{ secrets.MINOR }}+1))" >> $GITHUB_ENV - name: Update minor version - uses: hmanzur/actions-set-secret@v2.0.0 + uses: kroese/set-secret@v3 with: name: 'MINOR' value: ${{ env.NEW_MINOR }} @@ -90,6 +93,7 @@ jobs: token: ${{ secrets.REPO_ACCESS_TOKEN }} mirror: + name: Mirror runs-on: ubuntu-latest permissions: contents: read