Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
8go authored Nov 21, 2024
1 parent 4670135 commit e122c6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ name: Release
on:
push:
branches:
- main
- master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

workflow_dispatch:

jobs:
build-and-publish:
name: build and publish
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand All @@ -31,4 +36,5 @@ jobs:
with:
skip-existing: true
verbose: true
print-hash: true

0 comments on commit e122c6c

Please sign in to comment.