diff --git a/.github/workflows/npm-publish-cli.yml b/.github/workflows/npm-publish-cli.yml index af4da91b..291de936 100644 --- a/.github/workflows/npm-publish-cli.yml +++ b/.github/workflows/npm-publish-cli.yml @@ -123,7 +123,7 @@ jobs: - name: Create Release id: create_release - uses: actions/create-release@v2 + uses: actions/create-release@v1 with: tag_name: ${{ steps.version.outputs.tag }} release_name: CUA CLI ${{ steps.version.outputs.version }}