Skip to content

Commit af6dc68

Browse files
jingping2015facebook-github-bot
authored andcommitted
Fix the way to trigger deploy
Summary: Change for ruby, after the change and I manually move the tag to this commit, the publish job be triggered : https://github.com/facebook/facebook-ruby-business-sdk/actions/runs/425004998 This diff fix python, java and nodejs Reviewed By: marksliva Differential Revision: D25581847 fbshipit-source-id: 84a1633a
1 parent 8c719cd commit af6dc68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-publish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Publish package to the Maven Central Repository
2+
23
on:
3-
release:
4+
push:
45
tags:
5-
- 'v*'
6+
- v*
7+
68
jobs:
79
publish:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)