Skip to content

Merge pull request #32 from inwx/fix_empty_nameservers #6

Merge pull request #32 from inwx/fix_empty_nameservers

Merge pull request #32 from inwx/fix_empty_nameservers #6

Workflow file for this run

name: Release
on:
push:
branches:
- master # or main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- name: Setup Node LTS
uses: actions/setup-node@v4
cache: 'pnpm'

Check failure on line 20 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 20, Col: 9): Unexpected value 'cache' .github/workflows/release.yml (Line: 27, Col: 26): Unrecognized named-value: 'variables'. Located at position 1 within expression: variables.WHMCSMP_LOGIN
with:
node-version: "lts/*"
- name: Install dependencies
run: pnpm install
- name: Release
env:
WHMCSMP_LOGIN: ${{ variables.WHMCSMP_LOGIN }}
WHMCSMP_PASSWORD: ${{ secrets.WHMCSMP_PASSWORD }}
WHMCSMP_PRODUCTID: ${{ variables.WHMCSMP_PRODUCTID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm semantic-release
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
patterns: |
release.zip