Skip to content

Commit 365bcf9

Browse files
authored
fix: Typo in publish.yml for package publishing step (#207)
1 parent c845b14 commit 365bcf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
packages: write
910

1011
jobs:
1112
publish:
@@ -22,7 +23,7 @@ jobs:
2223
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
2324
- name: Setup Gradle
2425
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
25-
- name: Publish Packagee
26+
- name: Publish Package
2627
env:
2728
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2829
run: ./gradlew publish

0 commit comments

Comments
 (0)