BRANCH: ${{ inputs.branch }}
CHANNEL: ${{ inputs.channel }}
GITHUB_REPOSITORY: ${{ github.repository }}
+ GITHUB_SERVER_URL: ${{ github.server_url }}
run: |
+ chmod +x ${{ github.action_path }}/generate_notes.py
python3 ${{ github.action_path }}/generate_notes.py
- name: Extract and merge frontend changes
contents: write
pull-requests: read
packages: write
- id-token: write # Required for PyPI publishing
+ id-token: write # Required for PyPI publishing
uses: ./.github/workflows/release.yml
with:
version: ${{ needs.check-and-release.outputs.version }}