Skip to content

Commit

Permalink
fix(ci): Fixed runner for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaforc committed Sep 11, 2024
1 parent 9c47c47 commit 2a86165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
FALCOCTL_REGISTRY_AUTH_BASIC: ${{ env.OCI_REGISTRY }},${{ github.repository_owner }},${{ secrets.GITHUB_TOKEN }}

release:
runs-on: ubuntu-latest[0-9]+\.[0-9]+\.[0-9]+
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2a86165

Please sign in to comment.