Skip to content

Commit

Permalink
Publish (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsains authored Sep 5, 2023
1 parent 70ef02f commit 4141b83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: publish:ci

on:
pull_request:
types: [closed]
branches:
- main
push:
branches:
- main
tags:
- '*'
- '*'


jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask-institutional/defi-adapters",
"version": "0.2.4",
"version": "0.2.5",
"description": "Defi adapters for MMI Dashboard",
"author": "MMI Team",
"license": "MIT",
Expand Down

0 comments on commit 4141b83

Please sign in to comment.