Skip to content

Commit

Permalink
Merge pull request #217 from weka/fix(deps)-fix-invalid-branch-in-dra…
Browse files Browse the repository at this point in the history
…ft-workflow

fix(deps): fix invalid branch in draft workflow
  • Loading branch information
sergeyberezansky authored Jan 22, 2024
2 parents 3c58ca5 + 9a040a0 commit 342a9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
draft: true
tag_name: master
target_commitish: master
tag_name: main
target_commitish: main
generate_release_notes: true
name: DRAFT

0 comments on commit 342a9de

Please sign in to comment.