Skip to content

Commit

Permalink
Autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Feb 17, 2022
1 parent 81e13b5 commit 6ef8c08
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/autopublish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "AutoPublish"

on:
push:
branches:
- "master"

jobs:
auto-publish:
name: "AutoPublish on master"
runs-on: ubuntu-latest

steps:
- name: "Checkout source code"
uses: "actions/checkout@v2"
- name: "Automated Release"
uses: "jitsi/gh-action-autopublish@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 6ef8c08

Please sign in to comment.