We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581df0f commit dd30785Copy full SHA for dd30785
.github/workflows/build-and-publish.yml
@@ -99,8 +99,10 @@ jobs:
99
with:
100
name: drop
101
path: drop
102
- - name: GitHub Releases
103
- uses: fnkr/github-action-ghr@v1.3
+ - name: Github Release
+ uses: elgohr/Github-Release-Action@v3.1
104
env:
105
- GHR_PATH: current/working/directory/drop/
106
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
+ with:
107
+ args: MS-Graph-SDK-Java-Core Release
108
+
0 commit comments