Skip to content

fix(releaserc): include pubspec yaml in git update #17

fix(releaserc): include pubspec yaml in git update

fix(releaserc): include pubspec yaml in git update #17

Workflow file for this run

name: Release to GitHub releases
on:
push:
branches:
- main
jobs:
release_to_ghr:
name: Release to GitHub releases
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
cache: npm
- name: Install dependencies
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release