Merge branch 'noetic' of github.com:rickstaa/ros-gazebo-gym-ws into n… #102
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
# Github action that uses the 'release-please' tool to update the version, changelog | |
# and create new releases. | |
name: ROS Gazebo Gym WS release | |
on: | |
push: | |
branches: | |
- noetic | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: rickstaa/release-please-action@optional_pyproject_toml | |
with: | |
token: ${{ secrets.PLEASE_RELEASE_PAT }} | |
command: manifest |