test-progressive-web-app/.gitea/workflows/publish.yaml
Thomas E Lackey 96300135b8 Test publishing (#3)
Reviewed-on: #3
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-11-22 23:37:09 +00:00

28 lines
877 B
YAML

name: Publish ApplicationRecord to Registry
on:
release:
types: [published]
jobs:
cns_publish:
runs-on: ubuntu-latest
steps:
- name: "Clone project repository"
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: "Install Yarn"
run: npm install -g yarn
- name: "Install registry CLI"
run: |
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
yarn global add @cerc-io/laconic-registry-cli
- name: "Install jq"
run: apt -y update && apt -y install jq
- name: "Publish Record"
env:
CERC_LACONIC_USER_KEY: ${{ secrets.CICD_LACONIC_USER_KEY }}
CERC_LACONIC_BOND_ID: ${{ secrets.CICD_LACONIC_BOND_ID }}
run: scripts/publish-app-record.sh