Skip to content

build(deps): bump the all-dependencies group with 2 updates #129

build(deps): bump the all-dependencies group with 2 updates

build(deps): bump the all-dependencies group with 2 updates #129

Workflow file for this run

name: Publish
# Controls when the action will run.
on:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-**"
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
publish:
uses: SiaFoundation/workflows/.github/workflows/go-publish.yml@master
secrets: inherit
with:
linux-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
windows-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
macos-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w'
cgo-enabled: 1
project: fsd
project-desc: "fsd: An IPFS node using the Sia network"
version-tag: ${{ github.ref_name }}