Skip to content

Commit dbba975

Browse files
committed
fix(release): grant wasm publisher package write access v1.16.13
1 parent ac328d3 commit dbba975

4 files changed

Lines changed: 17 additions & 16 deletions

File tree

.github/workflows/publish-wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424

2525
permissions:
2626
contents: read
27+
packages: write
2728

2829
jobs:
2930
publish-wasm:

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exclude = [
3131
default-members = ["terraphim_server"]
3232

3333
[workspace.package]
34-
version = "1.16.12"
34+
version = "1.16.13"
3535
edition = "2024"
3636

3737
[workspace.dependencies]

crates/terraphim_service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_service"
3-
version = "1.16.12"
3+
version = "1.16.13"
44
edition.workspace = true
55
authors = ["Terraphim Contributors"]
66
description = "Terraphim service for handling user requests and responses."

0 commit comments

Comments
 (0)