Skip to content

chore(deps): update dependency lints to v3 (#10) #13

chore(deps): update dependency lints to v3 (#10)

chore(deps): update dependency lints to v3 (#10) #13

Workflow file for this run

name: Release Package
on:
push:
branches:
- main
- next
jobs:
package_and_publish:
name: Package and Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_DEPLOYMENT_TOKEN }}
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- run: dart pub get
- name: release
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/exec
@semantic-release/git
@semantic-release/changelog
env:
GITHUB_TOKEN: ${{ secrets.REPO_DEPLOYMENT_TOKEN }}
CREDENTIALS: ${{ secrets.PUB_DEV_DEPLOYMENT_CREDENTIALS }}