Skip to content

Commit

Permalink
udpate version and add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonath92 committed Jan 12, 2022
1 parent cfdf3ff commit 375a0c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: publish
on:
push:
branches:
- main
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ci-types/gjs",
"version": "1.0.12",
"version": "1.0.13",
"description": "Typescript definitions for GJS - Gnome JavaScript",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit 375a0c5

Please sign in to comment.