Skip to content

Commit

Permalink
Merge branch 'test_next' into release/workflow_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivy Feraco authored Feb 21, 2024
2 parents 390f455 + d1c0f27 commit 5d0902e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Draft release
on:
pull_request:
branches:
- next
- test_next

jobs:
build_dist:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Make release draft
id: release_draft
run: |
echo ${{ jobs.version_tag_release_draft.outputs.new_tag }}
echo ${{ job.version_tag_release_draft.outputs.new_tag }}
# echo ${{ steps.build_changelog.outputs.changelog }}
# run: |
# gh release create ${{ jobs.version_tag_release_draft.outputs.new_tag }} \
Expand Down

0 comments on commit 5d0902e

Please sign in to comment.