Skip to content

Commit 234d9ba

Browse files
Fix release workflow
1 parent fbf2d0c commit 234d9ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Linting
20-
uses: ./.github/workflows/lint.yml
20+
uses: ./.github/workflows/lint.yml@main
2121

2222
- name: Tests
23-
uses: ./.github/workflows/test.yml
23+
uses: ./.github/workflows/test.yml@main
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)