Skip to content

Add unparameterized git variables to release-pr action #7

Add unparameterized git variables to release-pr action

Add unparameterized git variables to release-pr action #7

name: Autotag and Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pantheon-systems/action-autotag@v0
with:
gh-token: ${{ github.token }}