Skip to content

Commit

Permalink
Remove lint from release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jirispilka committed Jan 17, 2025
1 parent 0621762 commit 2cc36e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2cc36e6

Please sign in to comment.