Skip to content

Need to check to see if the node is null before checking to see if it has a field. #35

Need to check to see if the node is null before checking to see if it has a field.

Need to check to see if the node is null before checking to see if it has a field. #35

Workflow file for this run

# .github/workflows/release.yml
name: Release
on:
pull_request:
types: closed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
release_branch: master
tag_format: "%major%.%minor%.%patch%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}