Skip to content

Commit

Permalink
fix: 🐛 release workflow
Browse files Browse the repository at this point in the history
release.yml
  • Loading branch information
DarinRowe committed Jun 21, 2024
1 parent 740a130 commit 6c9c57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Release

permissions:
contents: read
contents: write

on:
push:
Expand All @@ -11,11 +11,11 @@ on:
# patterns to match for tag creation. Here all tags similar to v1.0 or
# v1.2.0 will trigger this action
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
release:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6c9c57e

Please sign in to comment.