We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83325d commit 95c39d4Copy full SHA for 95c39d4
.github/workflows/core-publish.yml
@@ -5,7 +5,7 @@
5
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
6
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle
7
8
-name: NativeBridge android gradle build
+name: android-pubsub android gradle build
9
10
on:
11
workflow_dispatch:
@@ -61,7 +61,7 @@ jobs:
61
with:
62
name: android-pubsub-AAR
63
- name: create release
64
- uses: softprops/action-gh-release@v1.1.0
+ uses: softprops/action-gh-release@v1
65
66
files: android-pubsub-*.aar
67
0 commit comments