Skip to content

Commit

Permalink
Update "Publish release" GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron-repo-manager[bot] committed Oct 15, 2023
1 parent 9be8d20 commit 00578e3
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# DO NOT EDIT - This file is managed by ezzatron/repos.
name: Publish release

on:
push:
tags:
- "*"

jobs:
publish:
runs-on: ubuntu-latest
name: Publish release
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish release
uses: ghalactic/github-release-from-tag@v5
with:
reactions: hooray,heart,rocket
name: ezzatron
uses: ezzatron/repos/.github/workflows/shared-publish-release.yml@main
secrets: inherit
permissions:
contents: write
discussions: write
with:
discussionCategory: Releases
tag: ${{ github.ref_name }}

0 comments on commit 00578e3

Please sign in to comment.