Skip to content

Commit

Permalink
Fix tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Jan 3, 2024
1 parent 09ded63 commit f92c3a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: release
on:
push:
# tags:
# - "v*"
tags:
- "v*"

permissions:
# Required to publish a release
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
go-version: "~1.20"

- name: Get Version
run: echo "::set-output name=version::$(./scripts/version.sh)"
run: echo "version=$(./scripts/version.sh)" >> $GITHUB_OUTPUT
id: version

- name: Build
Expand Down

0 comments on commit f92c3a8

Please sign in to comment.