Skip to content

Commit

Permalink
HOTFIX - 参照するgitタグ名の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Oct 23, 2023
1 parent f922edc commit a7db798
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_apps_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
tags:
- v*.*.*
- ver-*.*.*
- ver-[0-9]+

jobs:

Expand All @@ -20,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Collect Tag value
run: echo "VER_TAG=${GITHUB_REF#refs/tags/ver-}" >> $GITHUB_ENV
run: echo "VER_TAG=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
shell: bash

- name: Install SDK
Expand Down

0 comments on commit a7db798

Please sign in to comment.