Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 180c3fb

Browse files
author
Thiago
authored
Merge pull request #313 from staticdev/fix-release-drafter
Fix release-drafter
2 parents 54d52c9 + 6fba2a1 commit 180c3fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87

98
jobs:
109
labeler:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:
@@ -70,7 +70,7 @@ jobs:
7070
repository_url: https://test.pypi.org/legacy/
7171

7272
- name: Publish the release notes
73-
uses: release-drafter/release-drafter@v5.13.0
73+
uses: release-drafter/release-drafter@v5.15.0
7474
with:
7575
publish: ${{ steps.check-version.outputs.tag != '' }}
7676
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)