Skip to content

Commit e4d6f44

Browse files
authored
fix: Change how serverless is called [TSD-1484] (#21)
* test * feat: Switch version pin to v2 [TSD-1484]
1 parent dfb223e commit e4d6f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/serverless-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
- name: Serverless Deploy to ${{ inputs.environment }}
3737
shell: bash
3838
working-directory: ${{ inputs.working-directory }}
39-
run: $(npm bin)/serverless deploy --stage ${{ inputs.environment }}
39+
run: ./node_modules/.bin/serverless deploy --stage ${{ inputs.environment }}
4040
env:
4141
AWS_DEFAULT_REGION: ${{ inputs.aws-default-region }}
4242
AWS_ACCESS_KEY_ID: ${{ inputs.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)