Skip to content

Commit

Permalink
fix: github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Nov 13, 2024
1 parent 87d75a7 commit c54bcdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
go-version: [ '1.22.x' ]
steps:
- uses: actions/checkout@v4
- uses: alxarno/tinytune/.github/actions/env
- uses: .github/actions/env
with:
go-version: ${{ matrix.go-version }}
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
release-type: simple
target-branch: ${{ github.ref_name }}
- uses: alxarno/tinytune/.github/actions/env
- uses: .github/actions/env
if: ${{ steps.release.outputs.release_created }}
with:
go-version: "1.22.x"
Expand Down

0 comments on commit c54bcdd

Please sign in to comment.