updates
All checks were successful
build / build (push) Successful in 31s

This commit is contained in:
Tijl 2024-08-22 13:56:47 +02:00
parent 13a24995b8
commit 8d58ad7aed
Signed by: tijl
GPG Key ID: DAE24BFCD722F053

View File

@ -42,13 +42,4 @@ jobs:
- name: Build
run: go build -o tijldev cmd/server/main.go
- name: Release
uses: https://gitea.com/actions/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch'
with:
files: |-
tijldev
token: '${{secrets.RELEASE_TOKEN}}'