Skip to content

feat: add list of other original contributors #2

feat: add list of other original contributors

feat: add list of other original contributors #2

name: Version & Changelog
on:
push:
branches:
- main
jobs:
version:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: "aws-constructs"
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}