Compare commits

...

4 Commits
v0.1.1 ... main

Author SHA1 Message Date
e35c74178c Update package.json 2023-12-15 01:51:19 +00:00
6521fd01df Update package.json 2023-12-15 01:50:09 +00:00
239897d622 Update package.json 2023-12-14 16:50:58 +00:00
572c78b83f Update .gitea/workflows/publish.yaml 2023-12-14 16:50:37 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -2,10 +2,12 @@ name: Publish ApplicationRecord to Registry
on:
release:
types: [published]
env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_CERCIO_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_CERCIO_BOND_ID }}
CERC_REGISTRY_APP_CRN: ${{ env.LACONIC_REGISTRY_APP_CRN }}
CERC_REGISTRY_APP_CRN: ${{ vars.CERC_REGISTRY_APP_CRN }}
jobs:
cns_publish:
runs-on: ubuntu-latest

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@telackey/my-test-pwa-001",
"version": "0.1.1",
"version": "0.2.0",
"repository": "https://git.vdb.to/telackey/my-test-pwa-001",
"scripts": {
"dev": "next dev",