Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
baliestri committed Dec 26, 2024
2 parents 4208a5a + bc3fea2 commit 9dd4a98
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
name: Generate release
name: Auto Release

on:
push:
tags:
- 'v*'
- "v*"

jobs:
build:
release:
runs-on: ubuntu-latest

permissions:
contents: write
discussions: write

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Generate release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 9dd4a98

Please sign in to comment.