Skip to content

Commit

Permalink
Test inside PR
Browse files Browse the repository at this point in the history
  • Loading branch information
AislingHPE committed Aug 23, 2024
1 parent ede1e82 commit b46c5ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
tag:
description: 'New tag name'
required: true
pull_request:

permissions:
contents: read
Expand All @@ -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'
Expand Down

0 comments on commit b46c5ab

Please sign in to comment.