Skip to content

Commit 09ee1ef

Browse files
committed
Add publishToGitHubPackages task
1 parent b0429f5 commit 09ee1ef

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ jobs:
1212
permissions:
1313
contents: read
1414
packages: write
15-
with:
16-
projects: "solana-programs"

gradle/aggregation/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ plugins {
55
dependencies {
66
nmcpAggregation(project(":solana-programs"))
77
}
8+
9+
tasks.register("publishToGitHubPackages") {
10+
group = "publishing"
11+
dependsOn(":solana-programs:publish")
12+
}

0 commit comments

Comments
 (0)