Skip to content

Commit

Permalink
Release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parker-codes committed Aug 21, 2024
1 parent f52f6a3 commit f5f995b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,14 @@ on:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 12.18.0 # LTS
- run: yarn install --frozen-lockfile
- run: yarn build

npm-publish:
name: npm-publish
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
uses: actions/checkout@v3
run: git config --system --add safe.directory /github/workspace
- name: Set up Node.js
uses: actions/setup-node@master
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coda-js",
"version": "4.1.1",
"version": "4.1.2",
"description": "An eloquent Node API for interacting with your Coda Docs.",
"source": "src/index.ts",
"main": "build/index.js",
Expand Down

0 comments on commit f5f995b

Please sign in to comment.