Skip to content

Remove temporary rubocop fix #474

Remove temporary rubocop fix

Remove temporary rubocop fix #474

name: "Update Release Draft on GitHub"
on:
pull_request_target:
branches:
- main
- v*
types:
- closed
jobs:
update:
env:
BUNDLE_ONLY: "release"
runs-on: ubuntu-latest
env:

Check failure on line 16 in .github/workflows/update_release_draft.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update_release_draft.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
BUNDLE_ONLY: "release"
if: |
(github.event.pull_request.merged == true) &&
!contains(github.event.pull_request.labels.*.name, 'changelog:skip')
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- id: pipeline_context
uses: ./.github/actions/extract_pipeline_context
- name: "Save Release Draft"
run: |
bin/release/update-release-draft \
--update \
--branch ${{ github.ref_name }} \
${{ steps.pipeline_context.outputs.current_diff_source_tag }} \
${{ steps.pipeline_context.outputs.candidate_tag }} \