aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml
index 9a607c7..b67e961 100644
--- a/.github/workflows/go-release.yml
+++ b/.github/workflows/go-release.yml
@@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- - name: Checkout Frontebd
+ - name: Checkout Frontend
uses: actions/checkout@v4
with:
- repository: 'donetick/donetick-frontend'
+ repository: 'donetick/frontend'
token: ${{ secrets.GITHUB_TOKEN }}
path: 'frontend'
# build frontend