Skip to content

Commit f0f0095

Browse files
Copilotfriggeri
andcommitted
Add conditional to Go tag step for clarity
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
1 parent 687d636 commit f0f0095

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
env:
207207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208208
- name: Tag Go SDK submodule
209+
if: github.event.inputs.dist-tag == 'latest' || github.event.inputs.dist-tag == 'prerelease'
209210
run: |
210211
set -e
211212
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)