Skip to content

chore: ember-cli-update-action #44

chore: ember-cli-update-action

chore: ember-cli-update-action #44

Workflow file for this run

name: Publish
on:
push:
branches:
- main
tags: '*@[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
<<<<<<< HEAD

Check failure on line 15 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
with:
fetch-depth: 0
- run: |
git config user.name github-actions
git config user.email [email protected]
- uses: actions/setup-node@v4
=======
- uses: actions/setup-node@v5
>>>>>>> ce3dd11 (v6.4.0...v6.5.0)
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/[email protected]
with:
version: 8.15.9
- run: pnpm install
- run: npm run release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}