Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarenkoA committed Nov 12, 2023
1 parent 7440f3c commit 2cc63a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
go-version: 1.19

- name: Тесты
run: |
go test -v ./... -gcflags=all=-l -race
env:
GO111MODULE: on

- name: WinRes
run: |
go install github.com/tc-hib/go-winres
Expand All @@ -39,6 +45,8 @@ jobs:
run: |
PREVIOUS_TAG=$(git describe --abbrev=0 --tags)
COMMITS=$(git log --pretty=format:"- %s (%h)" $PREVIOUS_TAG..HEAD)
echo "$PREVIOUS_TAG"
echo "$COMMITS"
echo "::set-output name=commits::$COMMITS"
- name: Create release
Expand Down

0 comments on commit 2cc63a0

Please sign in to comment.