Skip to content

Commit

Permalink
We think we fixed the release
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Jun 14, 2024
1 parent 2d1ac12 commit aafb977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release new version of chainprof

on:
push:
tags:
- 'v*'

jobs:
create_release:
Expand Down Expand Up @@ -32,10 +34,10 @@ jobs:
- os: "darwin"
arch: "386"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ^1.20.0
- run: "echo $PWD"
- name: Build binary for each valid (GOOS, GOARCH) pair
env:
GOOS: ${{ matrix.os }}
Expand Down

0 comments on commit aafb977

Please sign in to comment.