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 96ca582 commit 49fa3f2
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT - This file is managed by ezzatron/repos.
name: Publish release

on:
Expand All @@ -7,17 +8,12 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
name: Publish release

name: ezzatron
uses: ezzatron/repos/.github/workflows/shared-publish-release.yml@main
secrets: inherit
permissions:
contents: write

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

- name: Publish release
uses: ghalactic/github-release-from-tag@v5
with:
reactions: hooray,heart,rocket
discussions: write
with:
discussionCategory: Releases
tag: ${{ github.ref_name }}

0 comments on commit 49fa3f2

Please sign in to comment.