Skip to content

Commit

Permalink
chore: add json mapping to release
Browse files Browse the repository at this point in the history
  • Loading branch information
kvndrsslr committed Aug 3, 2024
1 parent 33e27f4 commit 6a90a12
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release System Version
on:
push:
tags:
- 'v*.*.*'
- "v*.*.*"

jobs:
build:
Expand All @@ -16,8 +16,8 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
node-version: "20"
cache: "pnpm"
- run: pnpm i
- run: pnpm run build
# create a release with the tag name and the build artifacts (./dist/icon_map.sh and ./dist/sketchybar-app-font.ttf)
Expand All @@ -36,4 +36,5 @@ jobs:
--clobber \
./dist/icon_map.sh \
./dist/sketchybar-app-font.ttf \
./dist/icon_map.lua
./dist/icon_map.lua \
./dist/icon_map.json

0 comments on commit 6a90a12

Please sign in to comment.