forked from microsoftgraph/msgraph-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (31 loc) · 815 Bytes
/
git-release.yml
File metadata and controls
33 lines (31 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Git Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
jobs:
Git_Release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download Build Artifact
uses: dawidd6/action-download-artifact@v2.24.2
with:
workflow: preview-and-release.yml
workflow_conclusion: success
branch: dev
event: push
name: drop
path: drop
- name: Github Release
uses: anton-yurchenko/git-release@v5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
DRAFT_RELEASE: "false"
PRE_RELEASE: "false"
CHANGELOG_FILE: "CHANGELOG.md"
ALLOW_EMPTY_CHANGELOG: "true"
with:
args: |
drop/build/**/*.jar