Skip to content

Commit

Permalink
Published releases must have a valid tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Sep 28, 2023
1 parent f670595 commit 6cc27c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
uses: actions/checkout@v3
- name: Read Tag Version
run: |
tag=$(git describe --abbrev=0 | cut -c 2- )
d=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
echo "TAG=ios-$tag" > constants.env
tag=$(git describe --abbrev=0 | cut -c 2-)
echo "TAG=ios-$tag" > constants.env
cat constants.env
- name: Export Env
uses: cardinalby/export-env-action@v2
with:
envFile: 'constants.env'
- run: brew install tree
- name: Download Pre Compiled Dependencies
run: cd shell && ./download-pre.sh ios 0.10.1-230831144049-ijk
Expand Down

0 comments on commit 6cc27c1

Please sign in to comment.