Skip to content

Commit

Permalink
ci: 👷 auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Sep 25, 2020
1 parent 1f8e4de commit c69e92b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚀 Publish
name: 🎁 Release
on:
push:
branches:
Expand All @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: tgymnich/publish-github-action@v1
- uses: bubkoo/release-github-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "welcome-action",
"version": "1.0.0",
"description": "GitHub action to give a welcome comment on first issue or PR 💖",
"main": "lib/index.js",
"main": "dist/index.js",
"files": [
"dist",
"action.yml"
],
"scripts": {
"clean": "rimraf dist lib",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
Expand Down

0 comments on commit c69e92b

Please sign in to comment.