Skip to content

Commit 36de0a4

Browse files
authored
chore(ci): Autobump to exact version on release (#616)
1 parent 4a476be commit 36de0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual_release_stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
timeout_minutes: 10
146146
max_attempts: 3
147147
retry_wait_seconds: 30
148-
command: npm install @apify/actors-mcp-server@${{ needs.release_metadata.outputs.version_number }}
148+
command: npm install --save-exact @apify/actors-mcp-server@${{ needs.release_metadata.outputs.version_number }}
149149
- name: Create pull request
150150
uses: peter-evans/create-pull-request@v8
151151
with:

0 commit comments

Comments
 (0)