Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 25, 2024
1 parent 849aa8e commit 72f6467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
- name: Publish AWS lambda (only for tag release)
if: startsWith(github.ref, 'refs/tags')
run: echo 'make -C .ci publish-in-all-aws-regions create-arn-file'
run: make -C .ci publish-in-all-aws-regions create-arn-file
env:
GH_TOKEN: ${{ github.token }}

- name: create github release (only for tag release)
run: echo 'make -C .ci github-release'
run: make -C .ci github-release
if: startsWith(github.ref, 'refs/tags')
env:
GH_TOKEN: ${{ github.token }}
Expand All @@ -115,7 +115,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
run: |-
echo "//registry.npmjs.org/:_authToken=${{ env.NPMJS_TOKEN }}" > .npmrc
echo 'npm publish' # --otp=${{ env.TOTP_CODE }}
npm publish --otp=${{ env.TOTP_CODE }}
- if: ${{ always() && startsWith(github.ref, 'refs/tags') }}
uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
Expand Down

0 comments on commit 72f6467

Please sign in to comment.