Compare commits

...
2 Commits
Author SHA1 Message Date
dboreham 49ed5166a9 Bump version for deployment
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m18s
2024-07-25 17:57:35 +00:00
dboreham a4a139b420 Try pinning registry cli at a working older version 2024-07-25 17:56:32 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: "Install registry CLI"
run: |
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
npm install -g @cerc-io/laconic-registry-cli
npm install -g @cerc-io/laconic-registry-cli@0.1.13
- name: "Install jq"
run: apt -y update && apt -y install jq
- name: "Publish Application Record"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.41",
"version": "0.1.42",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",