Skip to content

don't typecheck js files #48

don't typecheck js files

don't typecheck js files #48

Workflow file for this run

name: Bump Version
on:
push:
branches: [master]
jobs:
bump-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- run: cat ./package.json
- name: Automated Version Bump
id: version-bump
uses: phips28/gh-action-bump-version@v10.1.1
with:
tag-prefix: "v"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: cat ./package.json