From 6d256c16e46461b4e1effc4f89222ddd7da886ae Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 4 Aug 2023 15:38:22 -0600 Subject: [PATCH] Add autotag action (#5) * add an autotag step * use v0.1 --- .github/workflows/tag-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 5711ba89..74284372 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -11,6 +11,6 @@ jobs: - name: Checkout uses: actions/checkout @v3 - name: Tag & Release - uses: pantheon-systems/action-autotag@v0.x + uses: pantheon-systems/action-autotag@v0.1 with: gh-token: ${{ github.token }} \ No newline at end of file