From 66a29ab407df8c122c6900e096ce068d80f23472 Mon Sep 17 00:00:00 2001 From: Koen Van Looveren Date: Sun, 26 Nov 2023 18:55:06 +0100 Subject: [PATCH] ci: fix ci --- .github/workflows/create_tag.yml | 11 +---------- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index 264c15e..85cd11f 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -14,23 +14,14 @@ jobs: - name: Checkout source code uses: actions/checkout@v2 with: - ref: ${{ github.ref }} - - name: cat pubspec.yaml - run: cat ./pubspec.yaml + ref: ${{ github.ref }} - name: Setup Node.js uses: actions/setup-node@v2 with: node-version: 18 - - uses: dart-lang/setup-dart@v1 - - name: Validate - run: dart pub publish --dry-run - name: Automated version bump uses: impaktfull/gh_action_dart_conventional_release@main with: tag-prefix: 'v' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: cat pubspec.yaml - run: cat ./pubspec.yaml - - name: Publish - run: dart pub publish --force diff --git a/CHANGELOG.md b/CHANGELOG.md index a90f60f..d858d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.2.6 + +## Fix: +- (ci): Fixed ci to publish to pub.dev + +# 0.2.5 + +## Fix: +- (ci): Fixed ci to publish to pub.dev + # 0.2.4 ## Fix: