From 3f0d4cea48cbc13116c89d5d0483abb4fc33f7d8 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 27 Dec 2020 18:09:54 +0900 Subject: [PATCH] chore: Add link to create-release-npm peaceiris/workflows/create-release-npm --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5be259..42f9153 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 + # https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml - uses: peaceiris/workflows/create-release-npm@v0.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}