Skip to content

Merge pull request #8 from boozt-platform/issue-7-add-lefthook-integr… #5

Merge pull request #8 from boozt-platform/issue-7-add-lefthook-integr…

Merge pull request #8 from boozt-platform/issue-7-add-lefthook-integr… #5

Workflow file for this run

# SPDX-FileCopyrightText: Copyright Boozt Fashion, AB
# SPDX-License-Identifier: MIT
---
name: Release
"on":
push:
branches:
- 'main'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: go-semantic-release/action@v1
with:
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}