This repository provides a set of GitHub Actions to make common tasks easier.
Bumps application version, commits, creates a tag and pushes the changes back to the repository. Read more here.
- name: Bump application version
uses: 'OsomePteLtd/actions/packages/bump-version@master'
with:
token: ${{ secrets.OSOME_BOT_TOKEN }}
Updates specs, commits and pushes updated types
- name: Update spec
uses: 'OsomePteLtd/actions/packages/pdate-spec@master'
with:
token: ${{ secrets.OSOME_BOT_TOKEN }}
npm: ${{ secrets.NPM_KEY_PUBLISHING }}