Skip to content

Update actions/checkout action to v4 #36

Update actions/checkout action to v4

Update actions/checkout action to v4 #36

Workflow file for this run

# .github/workflows/release.yml
---
name: Tag
on: # yamllint disable-line rule:truthy
pull_request:
types:
- closed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: K-Phoen/[email protected]
with:
release_branch: master
release_strategy: tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}