From 238a218bbb6742bf9cc979559f0684102818985b Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Jul 2021 18:29:40 +0700 Subject: [PATCH] Updated the yarn fmt --- .github/workflows/publish.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 69cb84d1..515c2c5d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,6 +9,19 @@ on: types: [published] jobs: + # NOTE: this job requires curl, jq and yarn + # All of them are included in ubuntu-latest. + # npm: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + + # - name: Run ./ci/steps/publish-npm.sh + # run: ./ci/steps/publish-npm.sh + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + # NOTE: this job requires curl, jq and docker # All of them are included in ubuntu-latest. docker: