Skip to content

Commit

Permalink
chore: emoji are not strings?
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent beca3cc commit 8da9039
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ permissions:

jobs:
test:
name: 🧪
name: 🧪 t
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: pnpm/action-setup@v3
with:
version: 8
Expand All @@ -34,7 +32,7 @@ jobs:
- run: pnpm t

release:
name: 🔖
name: 🔖 r
needs: test
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand All @@ -46,12 +44,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- name: pnpm/actions-setup@v3
with:
version: 8
- run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
Expand All @@ -63,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
docs:
name: 📚
name: 📚 d
needs: release
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand All @@ -73,12 +68,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: pnpm/action-setup@v3
with:
version: 8
- run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
Expand Down

0 comments on commit 8da9039

Please sign in to comment.