Skip to content

Commit b837003

Browse files
committed
ci: move emoji list update to last in gradle-deploy
1 parent 82b6537 commit b837003

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/gradle-deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ jobs:
107107
publish_dir: ./build/docs
108108
destination_dir: docs/latest
109109

110-
- name: Update emoji list
111-
uses: iamgio/quarkdown/.github/actions/update-emoji-list@main
112-
if: github.ref_type == 'tag'
113-
114110
# Bump Homebrew
115111
- uses: mislav/bump-homebrew-formula-action@v3
116112
if: github.ref_type == 'tag'
@@ -127,6 +123,11 @@ jobs:
127123
version: ${{ github.ref_name }}
128124
committer_token: ${{ secrets.COMMITTER_TOKEN }}
129125

126+
# Build and push emoji list to GitHub Pages
127+
- name: Update emoji list
128+
uses: iamgio/quarkdown/.github/actions/update-emoji-list@main
129+
if: github.ref_type == 'tag'
130+
130131
dependency-submission:
131132

132133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)