Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Nov 14, 2021
1 parent 26f97cb commit 64c2671
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "test"

on:
workflow_dispatch

jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:

- name: "🔖 Test release body"
uses: softprops/action-gh-release@v1
with:
name: "test"
tag_name: "test"
body: "This\nis\na\ntest\n."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 64c2671

Please sign in to comment.