Skip to content

Commit f8bf11d

Browse files
authored
Remove lint from release.yaml (#7)
1 parent 0621762 commit f8bf11d

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,8 @@ jobs:
4343
custom_version: ${{ inputs.custom_version }}
4444
existing_changelog_path: CHANGELOG.md
4545

46-
wait_for_checks:
47-
name: Wait for code checks to pass
48-
runs-on: ubuntu-latest
49-
steps:
50-
- uses: lewagon/[email protected]
51-
with:
52-
ref: ${{ github.ref }}
53-
repo-token: ${{ secrets.GITHUB_TOKEN }}
54-
check-name: 'Lint'
55-
wait-interval: 5
56-
5746
update_changelog:
58-
needs: [ release_metadata, wait_for_checks ]
47+
needs: [ release_metadata ]
5948
name: Update changelog
6049
runs-on: ubuntu-latest
6150
outputs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actors-mcp-server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "Model Context Protocol Server for Apify Actors",
66
"engines": {

0 commit comments

Comments
 (0)