Skip to content

Commit

Permalink
test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 6, 2024
1 parent 91459b5 commit 6aab304
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy_to_github2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- name: Test
run: cat instuctions

- name: Release
uses: softprops/action-gh-release@v2
- name: Draft Release
uses: ncipollo/release-action@v1
with:
append_body: true
allowUpdates: true
artifacts: instuctions
token: ${{ secrets.TOKEN }}
files: |
instructions


9 changes: 4 additions & 5 deletions .github/workflows/deploy_to_github3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- name: Test
run: cat LICENSE

- name: Release
uses: softprops/action-gh-release@v2
- name: Draft Release
uses: ncipollo/release-action@v1
with:
append_body: true
allowUpdates: true
artifacts: LICENSE
token: ${{ secrets.TOKEN }}
files: |
LICENSE

0 comments on commit 6aab304

Please sign in to comment.