Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in /webextensions #95

Bump js-yaml from 4.1.0 to 4.1.1 in /webextensions

Bump js-yaml from 4.1.0 to 4.1.1 in /webextensions #95

Workflow file for this run

name: CI/CD
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: prepare manifest.json with a revision number
run: |
cp webextensions/manifest.json ./
version=$(cat manifest.json | jq -r ".version" | sed -r -e "s/$/.$(git log --oneline | wc -l)/")
cat manifest.json | jq ".version |= \"$version\"" > webextensions/manifest.json
- name: build xpi
run: make
- uses: actions/upload-artifact@v4
with:
name: textlink-we.xpi
path: textlink-we.xpi