Skip to content

Commit 97c5634

Browse files
committed
Fix CI issues round 2
1 parent bb03078 commit 97c5634

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ jobs:
6666
run: |
6767
mv target/release/build_pbf_glyphs target/release/build_pbf_glyphs.${{ matrix.target }}
6868
gh release upload ${{ github.event.release.tag_name }} target/release/build_pbf_glyphs.${{ matrix.target }}
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_pbf_glyphs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "build_pbf_glyphs"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "A CLI utility for generating protobuf-encoded SDF font glyphs from original source fonts."
55
readme = "README.md"
66
keywords = ["sdf", "protobuf", "fonts"]

0 commit comments

Comments
 (0)