Skip to content

Commit

Permalink
ci: 🐛 Fix gitreleasemanager/create params
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed May 3, 2021
1 parent 00511bb commit 5c7e2f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release to GihHub

on:
push:
branches:
- master
# branches:
# - master

tags:
- "[0-9]+.[0-9]+.[0-9]+"
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
token: ${{ github.token }}
owner: ${{ github.repository_owner }}
repository: ${{ github.repository.name }}
repository: ${{ github.event.repository.name }}
assets: |
${{ github.workspace }}/output/template/*.ott
${{ github.workspace }}/output/doc/*.odt

0 comments on commit 5c7e2f7

Please sign in to comment.