[incident-79] send null instead of 0 for buyer external_reference_id #81
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release auto update | |
on: | |
pull_request: | |
types: | |
- closed | |
branches: | |
- main | |
jobs: | |
release: | |
name: auto_release | |
if: github.event.pull_request.merged == true | |
uses: mondu-ai/release-action/.github/workflows/release-update.yml@master | |
secrets: inherit | |
with: | |
asset_creation_script: | | |
./releaser.sh -v "${NEW_TAG}" | |
echo "FILES=mondu-buy-now-pay-later-${NEW_TAG}.zip" >> $GITHUB_ENV |