Skip to content

Commit 5e52cce

Browse files
0.1.0-2408041420.dev
1 parent 97c381e commit 5e52cce

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,16 @@ jobs:
2222
uses: actions/setup-go@v5
2323
with:
2424
go-version: '>=1.22.5'
25-
#- name: Run Tests
26-
# run: |
27-
# sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
28-
# ./bin/task install
29-
# ./bin/task tests
25+
- name: Run Tests
26+
run: |
27+
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
28+
./bin/task install
29+
./bin/task tests
3030
- name: Run GoReleaser
3131
uses: goreleaser/goreleaser-action@v6
3232
with:
33-
# either 'goreleaser' (default) or 'goreleaser-pro'
3433
distribution: goreleaser
35-
# 'latest', 'nightly', or a semver
3634
version: '~> v2'
3735
args: release --clean
3836
env:
3937
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
41-
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-2408041354.dev
1+
0.1.0-2408041420.dev

0 commit comments

Comments
 (0)