Skip to content

Commit 95c39d4

Browse files
authored
Update core-publish.yml
1 parent d83325d commit 95c39d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/core-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
66
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle
77

8-
name: NativeBridge android gradle build
8+
name: android-pubsub android gradle build
99

1010
on:
1111
workflow_dispatch:
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: android-pubsub-AAR
6363
- name: create release
64-
uses: softprops/action-gh-release@v1.1.0
64+
uses: softprops/action-gh-release@v1
6565
with:
6666
files: android-pubsub-*.aar
6767

0 commit comments

Comments
 (0)