From 5915cc77533fbc6258ce6ec3e952e60b6a41bbd6 Mon Sep 17 00:00:00 2001 From: Ian Lovell <102812633+ianlnf@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:10:58 +0100 Subject: [PATCH] fix: add release path (#170) --- .github/workflows/ci.yml | 1 + package/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8fe587..c2ff040b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: id: release with: release-type: node + path: package if: github.ref == 'refs/heads/main' - name: Publish to npm run: npm publish package/ --access=public diff --git a/package/package.json b/package/package.json index e0931dec..705d89b8 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@ogcio/ogcio-ds", "description": "OGCIO-DS contains the code you need to start building a user interface for government platforms and services.", - "version": "0.0.26", + "version": "0.2.0", "main": "govie/all.js", "module": "govie-esm/all.mjs", "exports": {