Skip to content

Commit cd7443e

Browse files
committed
move release task
1 parent 2a432e2 commit cd7443e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,4 @@ jobs:
104104
uses: actions/[email protected]
105105
with:
106106
name: drop
107-
path: drop
108-
- name: Github Release
109-
uses: anton-yurchenko/[email protected]
110-
env:
111-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
112-
DRAFT_RELEASE: "false"
113-
PRE_RELEASE: "false"
114-
CHANGELOG_FILE: "CHANGELOG.md"
115-
ALLOW_EMPTY_CHANGELOG: "true"
116-
with:
117-
args: |
118-
drop/**
107+
path: drop

.github/workflows/git-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Github Release
17+
uses: anton-yurchenko/[email protected]
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
20+
DRAFT_RELEASE: "false"
21+
PRE_RELEASE: "false"
22+
CHANGELOG_FILE: "CHANGELOG.md"
23+
ALLOW_EMPTY_CHANGELOG: "true"
24+
with:
25+
args: |
26+
drop/**
File renamed without changes.

0 commit comments

Comments
 (0)