Skip to content

Commit

Permalink
Update release workflow name and add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-marquez committed Mar 1, 2025
1 parent 6eb8dca commit 6c5517d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Build and Release
name: Release

on:
push:
tags:
- 'v*' # Trigger on any tag starting with 'v', like v1.0, v2.3.1, etc.
- 'v*'

permissions:
contents: write
packages: write


jobs:
build:
Expand Down

0 comments on commit 6c5517d

Please sign in to comment.