diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f47526..b111f6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: GPG_KEY_ID: "${{ vars.GPG_KEY_ID }}" run: docker run -e GPG_KEY_DATA -e GPG_KEY_ID -e FAILOVER_RELEASE_NAME --privileged --rm -v "$(pwd):/src" archzfs-builder - name: Release mainline - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: name: ${{ env.RELEASE_NAME }} tag: ${{ env.RELEASE_NAME }} @@ -55,7 +55,7 @@ jobs: tag: ${{ env.RELEASE_NAME }} force_push_tag: true - name: Release failover - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: name: ${{ env.FAILOVER_RELEASE_NAME }} tag: ${{ env.FAILOVER_RELEASE_NAME }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d8e4f9..c4025b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Run builder container run: docker run -e FAILOVER_RELEASE_NAME --privileged --rm -v "$(pwd):/src" archzfs-builder - name: Release testing - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: name: ${{ env.RELEASE_NAME }} tag: ${{ env.RELEASE_NAME }}