From bbc65317ac320527a74a7aa635f6440d1546ada6 Mon Sep 17 00:00:00 2001 From: KDex <66271780+zKXDEX@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:40:23 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a04f77f..fd7e1b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: node-version: [10.x, 12.x, 14.x] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: @@ -31,8 +31,8 @@ jobs: with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} - draft: false - prerelease: false + draft: true + prerelease: true - name: Upload Release Asset if: success()