Skip to content

Commit

Permalink
create release test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Nov 22, 2023
1 parent ec895fb commit 3d4ae49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
create_release:
runs-on: ubuntu-latest
needs: [lib_publish]
permissions:
contents: write
defaults:
run:
working-directory: ./DataGridVueDotnet
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/create_release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
create_release:
runs-on: ubuntu-latest
permissions:
contents: write
defaults:
run:
working-directory: ./DataGridVueDotnet
Expand All @@ -22,4 +24,4 @@ jobs:
with:
tag_name: v${{ vars.TEST_VERSION }}
release_name: v${{ vars.TEST_VERSION }}
body_path: release_notes.txt
body_path: ./release_notes.txt

0 comments on commit 3d4ae49

Please sign in to comment.