Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3fdc96d

Browse filesBrowse files
committed
Fix publish.yml
Now it will call the correct task and only fire once per release
1 parent 4e07002 commit 3fdc96d
Copy full SHA for 3fdc96d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎.github/workflows/publish.yml

Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Artifacts
22

33
on:
44
release:
5-
types: [published, created, edited]
5+
types: [published]
66

77
jobs:
88
build:
@@ -17,8 +17,8 @@ jobs:
1717
java-version: 1.8
1818
- name: Grant execute permission for gradlew
1919
run: chmod +x gradlew
20-
- name: Build with Gradle
21-
run: ./gradlew app:bintrayUpload client:bintrayUpload
20+
- name: Publish Artifacts
21+
run: ./gradlew api:bintrayUpload client:bintrayUpload
2222
env:
2323
RELEASE_VERSION : ${{ github.github_ref }}
2424
BINTRAY_USER : ${{ secrets.BINTRAY_USER }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.