From 90c613ce04066fb20cf0cb839f0653db24c2a2d2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 6 May 2023 00:24:44 +0200 Subject: [PATCH] action-pack --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7de8c90..e027ef8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v3 - name: Create a release - uses: kroese/github-release@v6 + uses: action-pack/github-release@v6 env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: @@ -81,7 +81,7 @@ jobs: body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}" - name: Increment minor version - uses: kroese/increment@v1 + uses: action-pack/increment@v1 with: name: 'MINOR' token: ${{ secrets.REPO_ACCESS_TOKEN }} @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: Push to Gitlab mirror - uses: kroese/gitlab-sync@v2 + uses: action-pack/gitlab-sync@v2 with: url: ${{ secrets.GITLAB_URL }} token: ${{ secrets.GITLAB_TOKEN }}