Skip to content

Commit

Permalink
Show tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 11, 2024
1 parent 1ec0d22 commit 09e88ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set Version Variable
id: set-version
run: echo "VERSION=${{ github.event.client_payload.VERSION_NUMBER || 'v5.11.3' }}" >> $GITHUB_ENV
run: echo "VERSION=${{ github.event.client_payload.VERSION_NUMBER || 'v5.11.0' }}" >> $GITHUB_ENV

- name: git config
shell: bash
Expand All @@ -38,9 +38,9 @@ jobs:
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
ls
cd ./.veda/ui
git fetch --all
git fetch --tags
git tag
git checkout ${{ env.VERSION }}
cd -
git add .veda/ui
Expand Down

0 comments on commit 09e88ec

Please sign in to comment.