Skip to content

Commit

Permalink
move emoji to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
mightbesimon committed Dec 3, 2022
1 parent c4737f3 commit b0ec235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: publish πŸš€

on:
push:
Expand All @@ -10,7 +10,7 @@ env:

jobs:
build:
name: πŸ”§ build
name: build πŸ”§
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:
publish:
needs: build
name: πŸš€ publish
name: publish πŸš€
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit b0ec235

Please sign in to comment.