Skip to content

Commit

Permalink
Migrate to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
briananstett committed Jun 3, 2021
1 parent 3f7d8f9 commit 63269af
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release
on:
release:
types: [released]
branches:
- master

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: NPM Publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
registry: "https://npm.24g.dev"
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
registry=https://npm.24g.dev/
//npm.24g.dev/:_authToken=${NPM_TOKEN}
registry=https://npm.24g.dev/
13 changes: 0 additions & 13 deletions bitbucket-pipelines.yml

This file was deleted.

0 comments on commit 63269af

Please sign in to comment.