From 399d869ffffdb48cc2e35c49c5c2685ccad5f53c Mon Sep 17 00:00:00 2001 From: woylie <13847569+woylie@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:32:07 +0900 Subject: [PATCH] fix step name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2a5800..cad5ec6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - uses: superfly/flyctl-actions/setup-flyctl@master - - name: Store build timestamp + - name: Set version run: echo "DOGGO_VERSION=$(git describe --tags --always)" >> $GITHUB_ENV - run: flyctl deploy --remote-only --build-arg="DOGGO_VERSION=${DOGGO_VERSION}" env: