trying out the github.ref

This commit is contained in:
Joseph Flinn 2021-01-26 22:21:24 +00:00
parent c09ba7051f
commit 3f77e75c18
1 changed files with 17 additions and 0 deletions

17
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Deploy
on:
release:
types:
- prereleased
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: testing
run: echo ${{ github.ref }}