Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Feb 12, 2024
1 parent 6dd0267 commit 95d95c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
release:
types: [published]
push:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 95d95c6

Please sign in to comment.