Skip to content

build(deps): bump very_good_analysis from 5.0.0+1 to 5.1.0 (#332) #5340

build(deps): bump very_good_analysis from 5.0.0+1 to 5.1.0 (#332)

build(deps): bump very_good_analysis from 5.0.0+1 to 5.1.0 (#332) #5340

Workflow file for this run

name: Release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
- beta
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install Dart SDK
uses: dart-lang/[email protected]
- name: Install required Dart packages
run: dart pub global activate cider
- name: Create executable
run: chmod +x .github/workflows/scripts/update_pubspec.sh
- name: Semantic Release
id: semantic
uses: cycjimmy/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_COMITTER_EMAIL: ${{ secrets.GIT_COMITTER_EMAIL }}
GIT_COMITTER_NAME: ${{ secrets.GIT_COMITTER_NAME }}
with:
extra_plugins: |
@semantic-release/exec
@semantic-release/git