Skip to content

Commit

Permalink
sunos: Release Workflow tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman committed Dec 15, 2022
1 parent 051aa5d commit fceb06e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/nshalman-sunos-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,27 @@ on:

jobs:
tagged-release:
name: "Tagged Release"
name: "SunOS Tagged Release"
runs-on: "ubuntu-latest"

steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version-file: 'go.mod'
check-latest: true
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: sunos build script
- name: SunOS build script
run: bash -x build.sh

- uses: "marvinpinto/action-automatic-releases@latest"
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit fceb06e

Please sign in to comment.