Skip to content

PT-1377: Confirmation Emails are not sent and Admin cannot log after … #55

PT-1377: Confirmation Emails are not sent and Admin cannot log after …

PT-1377: Confirmation Emails are not sent and Admin cannot log after … #55

Workflow file for this run

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: |
git config user.name github-actions
git config user.email [email protected]
./releaser.sh -v "${NEW_TAG}" -o "${OLD_TAG}" -c "keep"
echo "FILES=""" >> $GITHUB_ENV