Skip to content

Commit 30c27b3

Browse files
author
Chris Wiechmann
committed
Update plugin-fn-aws-lambda-publish.yml
1 parent e5169b2 commit 30c27b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plugin-fn-aws-lambda-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
publish-gpr:
3535
env:
3636
# This must be aligned with the folder-name of you plugin
37-
workingDirectory: 'api-builder-plugin-fn-aws-athena'
37+
workingDirectory: 'api-builder-plugin-fn-aws-lambda'
3838
CI: true
3939
needs: build
4040
runs-on: ubuntu-latest
@@ -58,7 +58,7 @@ jobs:
5858
publish-npm:
5959
env:
6060
# This must be aligned with the folder-name of you plugin
61-
workingDirectory: 'api-builder-plugin-fn-aws-athena'
61+
workingDirectory: 'api-builder-plugin-fn-aws-lambda'
6262
CI: true
6363
needs: [build, publish-gpr]
6464
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)