Skip to content

Commit

Permalink
R
Browse files Browse the repository at this point in the history
  • Loading branch information
michhyun1 committed Jul 13, 2020
1 parent 3fb056c commit bdcfa54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: TEST
name: RELEASE

on:
release:
Expand All @@ -9,8 +9,6 @@ on:
jobs:
echo:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- run: echo 'RELEASED'

0 comments on commit bdcfa54

Please sign in to comment.