Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormismith0227 <doraepon2216@gmail.com>2021-12-04 10:49:54 +0300
committermismith0227 <doraepon2216@gmail.com>2021-12-04 10:49:54 +0300
commit61b609683f7b52177ebafd3d65da7372eda92cd3 (patch)
tree164db2e62a371b5cbf3faf75a5f9a2d6f9e35302
parent30c6bde560e52dfdbeedad5593687a50649ddc0a (diff)
edit workflow
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 26d6d46..86c7ca2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
+ yarn build
rm -rf .git
git init
git config --global user.email "ci@example.com"