From 5986ca0cbc6ed2b19a22d4fbeec2e0667c060439 Mon Sep 17 00:00:00 2001 From: My Linh Dao Date: Fri, 10 May 2024 10:49:20 +0200 Subject: [PATCH] chore: delete echo stuff #16 --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7818fc01..4ce71d67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,6 @@ jobs: npm run build npm run test npm pack - echo "hello world" - echo "hello ${{ secrets.NPM_TOKEN }}" - name: Add Changelog Entries to Release uses: rasmus-saks/release-a-changelog-action@v1.2.0