Skip to content

Commit

Permalink
chore(ci): fix local workflow didnt need reference
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Oct 19, 2023
1 parent 5c7f059 commit 4e148ff
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 @@ -7,11 +7,11 @@ on:
jobs:
go-test:
name: Test
uses: ./.github/workflows/test.yml@7d18b079500732c2b2adb5ee9ee06954438aa43c
uses: ./.github/workflows/test.yml

go-build:
name: Build
uses: ./.github/workflows/build.yml@7d18b079500732c2b2adb5ee9ee06954438aa43c
uses: ./.github/workflows/build.yml

release:
name: Release world-cli binary
Expand Down

0 comments on commit 4e148ff

Please sign in to comment.