Skip to content

Commit

Permalink
ci: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 29, 2024
1 parent 53ad0e9 commit 872942c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
tags:
- v[0-9]*.[0-9]*.[0-9]*

permissions:
contents: write

jobs:
lint:
uses: ./.github/workflows/linting.yml
Expand Down

0 comments on commit 872942c

Please sign in to comment.