From 2cc36e66a3d39e7b6546571c68e6794272349349 Mon Sep 17 00:00:00 2001 From: Jiri Spilka Date: Fri, 17 Jan 2025 22:46:42 +0100 Subject: [PATCH] Remove lint from release.yaml --- .github/workflows/release.yaml | 13 +------------ package.json | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e456d35..5d90219 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,19 +43,8 @@ jobs: custom_version: ${{ inputs.custom_version }} existing_changelog_path: CHANGELOG.md - wait_for_checks: - name: Wait for code checks to pass - runs-on: ubuntu-latest - steps: - - uses: lewagon/wait-on-check-action@v1.3.4 - with: - ref: ${{ github.ref }} - repo-token: ${{ secrets.GITHUB_TOKEN }} - check-name: 'Lint' - wait-interval: 5 - update_changelog: - needs: [ release_metadata, wait_for_checks ] + needs: [ release_metadata ] name: Update changelog runs-on: ubuntu-latest outputs: diff --git a/package.json b/package.json index e63d8a6..f167afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apify/actors-mcp-server", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "Model Context Protocol Server for Apify Actors", "engines": {