Skip to content

version bumped to 1.1.0 #6

version bumped to 1.1.0

version bumped to 1.1.0 #6

Workflow file for this run

name: Release Nitrite
on:
push:
tags:
- 'nitrite-[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
name: Publish on pub.dev
runs-on: ubuntu-latest
permissions:
id-token: write # Required for authentication using OIDC
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Flutter
uses: subosito/flutter-action@v2.12.0
with:
channel: 'stable'
# This action adds a token needed for pub.dev authentication
- name: Install Dart
uses: dart-lang/setup-dart@v1.6.4
with:
sdk: stable
- name: Setup Build System
shell: bash
run: |
chmod +x ./.github/workflows/scripts/install-tools.sh
./.github/workflows/scripts/install-tools.sh
- name: Generate Code
run: melos run generate
- name: Format Nitrite
run: melos run lint:all
- name: Publish Nitrite
uses: nick-fields/retry@v3
with:
max_attempts: 10
timeout_minutes: 60
command: flutter pub publish --force
working-directory: packages/nitrite

Check failure on line 52 in .github/workflows/nitrite-release.yml

View workflow run for this annotation

GitHub Actions / Release Nitrite

Invalid workflow file

The workflow is not valid. .github/workflows/nitrite-release.yml (Line: 52, Col: 9): Unexpected value 'working-directory'