From f127b30b40926437f4dae19a470d9c0605bf215c Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 22 Feb 2025 03:50:49 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bfc38bb..09fd124 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,8 @@ jobs: uses: actions/checkout@v3 - name: Create Git Tag + env: + GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }} run: | git tag ${{ github.event.inputs.version }} git push origin ${{ github.event.inputs.version }}