File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,14 +184,14 @@ jobs:
184
184
TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
185
185
186
186
- name : Create release tags for Lambda and K8s Init Containers
187
- uses : dev-hanz-ops/install-gh-cli-action@c78dbed4be2f8d6133a14a9a597ee12fd4ed5c93 # v3
187
+ uses : dev-hanz-ops/install-gh-cli-action@c78dbed4be2f8d6133a14a9a597ee12fd4ed5c93 # v3
188
188
with :
189
189
gh-cli-version : 2.24.3
190
190
run : |
191
191
gh auth login --with-token <<< $GH_RELEASE_TOKEN
192
192
echo "newrelic/newrelic-lambda-layers - Releasing New Relic Python Agent ${GITHUB_REF}.0 with tag ${GITHUB_REF}.0_python"
193
- gh create release "${GITHUB_REF}.0_python" -t "New Relic Python Agent ${GITHUB_REF}.0" --repo=newrelic/newrelic-lambda-layers
193
+ gh create release "${GITHUB_REF}.0_python" -t "New Relic Python Agent ${GITHUB_REF}.0" --repo=newrelic/newrelic-lambda-layers
194
194
echo "newrelic/newrelic-agent-init-container - Releasing New Relic Python Agent ${GITHUB_REF}.0 with tag ${GITHUB_REF}.0_python"
195
- gh create release "${GITHUB_REF}.0_python" -t "New Relic Python Agent ${GITHUB_REF}.0" --repo=newrelic/newrelic-agent-init-container
195
+ gh create release "${GITHUB_REF}.0_python" -t "New Relic Python Agent ${GITHUB_REF}.0" --repo=newrelic/newrelic-agent-init-container
196
196
env :
197
197
GH_RELEASE_TOKEN : ${{ secrets.GH_RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments