Skip to content

Commit

Permalink
1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Oct 12, 2023
1 parent 8311f3f commit 348d12a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ jobs:

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '19'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: yarn install --immutable

- name: Build the package
run: yarn build

- name: Publish to NPM
run: npm publish --access=public
env:
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": "@apify/docs-search-modal",
"version": "1.0.23",
"version": "1.0.24",
"description": "A custom implementation of the modal search for Apify Docs.",
"author": "Jindřich Bär",
"license": "ISC",
Expand Down

0 comments on commit 348d12a

Please sign in to comment.