Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Sep 18, 2024
1 parent 71f34e9 commit b789723
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Publish a release

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

jobs:
build:
Expand All @@ -13,6 +14,6 @@ jobs:
uses: actions/checkout@v3

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
generate_release_notes: true

0 comments on commit b789723

Please sign in to comment.