Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria committed Aug 21, 2024
1 parent 88f0f79 commit 69653a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/upload-docs-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Upload Docs iOS
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
- 'test-doc-*'

jobs:
upload-docs:
Expand All @@ -29,8 +30,8 @@ jobs:
git status
TAG_NAME=${{ github.ref }}
TAG_NAME=${TAG_NAME#refs/tags/}
echo "Current tag: $TAG"
git add -A && git commit -m "Generate docs - $TAG"
echo "Current tag: $TAG_NAME"
git add -A && git commit -m "Generate docs - $TAG_NAME"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 69653a3

Please sign in to comment.