Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Dec 16, 2024
1 parent ed32fea commit 7081aa3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish

on:
push:
branches: ['main']

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.23.x'
- uses: actions/checkout@v4

- uses: ko-build/[email protected]
- run: ko build

0 comments on commit 7081aa3

Please sign in to comment.