Skip to content

Commit

Permalink
chore: echo helo world #16
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinh-dao-mw committed May 10, 2024
1 parent c98d858 commit 033bfa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
npm run build
npm run test
npm pack
echo "${{ secrets.NPM_TOKEN }}"
echo "hello world"
echo "hello ${{ secrets.NPM_TOKEN }}"
- name: Add Changelog Entries to Release
uses: rasmus-saks/[email protected]
Expand Down

0 comments on commit 033bfa2

Please sign in to comment.