Skip to content

Commit acf2a34

Browse files
committed
debug
1 parent f45b300 commit acf2a34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- feature/migrate_to_github_actions
87

98
jobs:
109
release:
@@ -22,5 +21,4 @@ jobs:
2221
uses: softprops/action-gh-release@v1
2322
with:
2423
tag_name: ${{ steps.datetime.outputs.datetime }}
25-
files: ./referers.json
26-
body:
24+
files: ./referers.json

0 commit comments

Comments
 (0)