Skip to content

Lock workflow to use v0 of actions #7

Lock workflow to use v0 of actions

Lock workflow to use v0 of actions #7

Workflow file for this run

name: Auto-Release
on:
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
concurrency:
group: ${{ github.workflow }}
jobs:
Auto-Release:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Auto-Release
uses: PSModule/Auto-Release@v1
env:
GH_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication