Skip to content

fix reference to NEW_VERSION when it should be NEW_VERSION #6

fix reference to NEW_VERSION when it should be NEW_VERSION

fix reference to NEW_VERSION when it should be NEW_VERSION #6

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 }}