Skip to content

Update README.md

Update README.md #79

Workflow file for this run

name: Northern.nvim deployment
on:
push:
branches:
- master
pull_request:
branches: master
types: [opened, synchronize]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: bump version and push tag
uses: anothrNick/[email protected]
if: ${{ github.event_name == 'push' && !contains(join(github.event.commits.*.message, ', '), '#skip') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
RELEASE_BRANCHES: master
WITH_V: true
DRY_RUN: true