We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5169b2 commit 30c27b3Copy full SHA for 30c27b3
.github/workflows/plugin-fn-aws-lambda-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
publish-gpr:
35
env:
36
# This must be aligned with the folder-name of you plugin
37
- workingDirectory: 'api-builder-plugin-fn-aws-athena'
+ workingDirectory: 'api-builder-plugin-fn-aws-lambda'
38
CI: true
39
needs: build
40
runs-on: ubuntu-latest
@@ -58,7 +58,7 @@ jobs:
58
publish-npm:
59
60
61
62
63
needs: [build, publish-gpr]
64
0 commit comments