From b46c5ab8c01c20a0c3a41cca988faba6aad05ffe Mon Sep 17 00:00:00 2001 From: AislingHPE Date: Fri, 23 Aug 2024 11:32:06 +0100 Subject: [PATCH] Test inside PR --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33dcbf1..73cd407 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: tag: description: 'New tag name' required: true + pull_request: permissions: contents: read @@ -17,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Create Tag - run: git tag ${{ github.event.inputs.tag }} + run: git tag v0.0.1-dev - uses: actions/setup-go@v5 with: go-version: '1.22'