Skip to content

Commit a9a84e0

Browse files
authored
fix(ci): Resolve typo resulting in failed release (#349)
1 parent bc7c44e commit a9a84e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: Checkout code
6262
uses: actions/checkout@v6
6363

64+
- name: Common Setup
65+
uses: ./.github/actions/common-setup
66+
6467
- name: Publish with Gradle
6568
run: ./gradlew -Pver="0.0.0-RC-1" release
6669

0 commit comments

Comments
 (0)