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 e6c2b54 commit 35cb390Copy full SHA for 35cb390
.github/workflows/maven-release.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- if: endsWith(github.ref, "-lib")
+ if: endsWith(github.ref, '-lib')
11
env:
12
AWS_DEFAULT_REGION: us-east-1
13
AWS_REGION: us-east-1
.github/workflows/pypi-release.yaml
- if: endsWith(github.ref, "-plugin")
+ if: endsWith(github.ref, '-plugin')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
0 commit comments