chore: bump all dev dependencies (#308) #20
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 | |
# This workflow uses Release Please to automatically analyze | |
# and create a release PR when a commit is pushed to the main branch. | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v3 | |
- name: Analyse commits and open PR or prepare release 📦 | |
uses: google-github-actions/release-please-action@v3 | |
id: release | |
with: | |
# We need to use PAT in order to trigger the release workflow | |
token: ${{ secrets.PAT_GITHUB_TOKEN }} | |
release-type: node | |
package-name: pubsub-http-handler |