Skip to content

Commit dd30785

Browse files
Update build-and-publish.yml
1 parent 581df0f commit dd30785

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ jobs:
9999
with:
100100
name: drop
101101
path: drop
102-
- name: GitHub Releases
103-
uses: fnkr/github-action-ghr@v1.3
102+
- name: Github Release
103+
uses: elgohr/Github-Release-Action@v3.1
104104
env:
105-
GHR_PATH: current/working/directory/drop/
106-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
106+
with:
107+
args: MS-Graph-SDK-Java-Core Release
108+

0 commit comments

Comments
 (0)