Skip to content

Commit

Permalink
run release on ubuntu and only if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Mar 3, 2024
1 parent 96b8b42 commit c75be30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: go test -C getargv.go

release:
name: Release
runs-on: macos-latest
needs: [ build ]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit c75be30

Please sign in to comment.