Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
fix tab on create/release and use run instead of script on Run Test
  • Loading branch information
Prawirdani authored Jul 30, 2024
1 parent 1b6236e commit 11ef064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go mod verify

- name: Run Test
script: |
run: |
go get -d -v ./...
go test -race -v ./...
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
Expand Down

0 comments on commit 11ef064

Please sign in to comment.