Skip to content

Merge pull request #516 from Steinbeck-Lab/dependabot/npm_and_yarn/ro… #200

Merge pull request #516 from Steinbeck-Lab/dependabot/npm_and_yarn/ro…

Merge pull request #516 from Steinbeck-Lab/dependabot/npm_and_yarn/ro… #200

# This worklflow will perform following actions when the code is pushed to main branch.
# - Test linting with pylint.
# - Test the code with pytest.
# - Trigger release-please action to create release which needs test to pass first.
#
# Maintainers:
# - name: Nisha Sharma
# - email: [email protected]
name: release-please-action
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: release-please-action
token: ${{ secrets.PAT }}
prerelease: true