Skip to content

Commit

Permalink
fix: disable release flow for now
Browse files Browse the repository at this point in the history
The current `go build .` doesn't support building a custom path, might
fix it or use goreleaser later
  • Loading branch information
nobe4 committed May 18, 2024
1 parent 90753f3 commit 5c3cc3e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: release

on:
push:
tags:
- "v*"

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cli/gh-extension-precompile@v1
# name: release
#
# on:
# push:
# tags:
# - "v*"
#
# permissions:
# contents: write
#
# jobs:
# release:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: cli/gh-extension-precompile@v1

0 comments on commit 5c3cc3e

Please sign in to comment.