mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 08:35:55 +00:00
removes commented code
This commit is contained in:
parent
74025d8736
commit
23651038f1
1 changed files with 0 additions and 22 deletions
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
|
|
@ -1,23 +1,10 @@
|
|||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
# release:
|
||||
# runs-on: ubuntu-latest
|
||||
# outputs:
|
||||
# version: ${{ steps.semrel.outputs.version }}
|
||||
|
||||
# steps:
|
||||
# - name: get version
|
||||
|
||||
|
||||
build:
|
||||
# needs: release
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -37,12 +24,3 @@ jobs:
|
|||
|
||||
- name: build
|
||||
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ./build/${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
# - name: Upload binaries to release
|
||||
# uses: svenstaro/upload-release-action@v2
|
||||
# with:
|
||||
# repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# file: ./build/${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
# asset_name: ${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
# tag: ${{ github.ref }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue