Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow for building and archiving iOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu committed Jul 31, 2024
1 parent d728eac commit e92809e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Get branch name
run: |
# Short name for current branch. For PRs, use target branch (base ref)
GIT_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}
echo "GIT_BRANCH=$GIT_BRANCH" >> $GITHUB_ENV
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: set up JDK 18
uses: actions/setup-java@v3
with:
Expand All @@ -36,16 +26,6 @@ jobs:
with:
node-version: '20'

- name: Get Recent Commit Tag
id: get_commit_tag
run: |
COMMIT_TAG=$(git describe --tags --abbrev=0)
echo "COMMIT_TAG=${COMMIT_TAG}" >> $GITHUB_ENV
- name: Display Commit Tag
run: |
echo "Commit Tag: $COMMIT_TAG"
- name: Install dependencies
run: npm install && npx expo prebuild --platform ios

Expand Down

0 comments on commit e92809e

Please sign in to comment.