1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2024-12-25 01:32:38 +02:00

Merge pull request #5 from Chipazawra/github-actions

GitHub actions
This commit is contained in:
Khmelev Anton 2021-12-29 16:04:35 +03:00 committed by GitHub
commit ea7f4df0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,17 @@
# .github/workflows/release.yaml
on:
release:
types: [created]
jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.22
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
goos: linux
goarch: amd64