Skip to content

Commit

Permalink
chore(ci): fix temp local workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Oct 19, 2023
1 parent 7d18b07 commit 5c7f059
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@${{ github.sha }}
uses: ./.github/workflows/test.yml@7d18b079500732c2b2adb5ee9ee06954438aa43c

go-build:
name: Build
uses: ./.github/workflows/build.yml@${{ github.sha }}
uses: ./.github/workflows/build.yml@7d18b079500732c2b2adb5ee9ee06954438aa43c

release:
name: Release world-cli binary
Expand Down

0 comments on commit 5c7f059

Please sign in to comment.