Skip to content

refactor(index.html): move the random generator category to the end (… #790

refactor(index.html): move the random generator category to the end (…

refactor(index.html): move the random generator category to the end (… #790

Workflow file for this run

name: Changelog
on:
push:
branches: [ main ]
pull_request:
branches: '*'
jobs:
release:
permissions:
contents: write
pull-requests: write
issues: write
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}