From 72f6467248d80430c512c56e08411831d85621e6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 25 Mar 2024 21:13:37 +0100 Subject: [PATCH] revert test --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 912fa39745..96257edc4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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