Skip to content

Commit

Permalink
Merge pull request #17 from betadots/test_rel_wkflw
Browse files Browse the repository at this point in the history
test workflow
  • Loading branch information
rwaffen authored May 31, 2024
2 parents 6253cc2 + 5a0cc4b commit 5bd2c0e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/release.yml

This file was deleted.

20 changes: 18 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,21 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Create GitHub release
uses: voxpupuli/gha-create-a-github-release@main
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Checkout profile
uses: actions/checkout@v4
if: ${{ hashFiles('.github/release.yml') != '' }}
with:
repository: "${{ github.repository_owner }}/.github"
sparse-checkout: .github/release.yml
sparse-checkout-cone-mode: false

- name: Create Release Page
shell: bash
env:
GH_TOKEN: ${{ github.token }}
run: gh release create ${{ github.ref_name }} --generate-notes

0 comments on commit 5bd2c0e

Please sign in to comment.