update workflows
Some checks failed
Actions / Lint Plugins (push) Failing after 36s
Actions / Build Plugins (push) Successful in 38s

This commit is contained in:
cswimr 2024-12-22 12:16:18 -05:00
parent 4bc006d97f
commit ecaefc115c
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 6 additions and 5 deletions

View file

@ -12,7 +12,7 @@ jobs:
build:
name: Build Plugins
runs-on: docker
container: catthehacker/ubuntu:act-latest
container: www.coastalcommits.com/cswimr/actions:yarn
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -28,7 +28,7 @@ jobs:
lint:
name: Lint Plugins
runs-on: docker
container: catthehacker/ubuntu:act-latest
container: www.coastalcommits.com/cswimr/actions:yarn
steps:
- name: Checkout repository
uses: actions/checkout@v4

View file

@ -6,7 +6,7 @@ jobs:
publish:
name: Publish plugins
runs-on: docker
container: catthehacker/ubuntu:act-latest
container: www.coastalcommits.com/cswimr/actions:yarn
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -21,12 +21,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Configure Git
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@noreply@coastalcommits.com"
git remote set-url origin git@www.coastalcommits.com:${{ github.repository }}
- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile
- name: Publish plugins to Release branch
run: npm run publish
run: yarn publish