From 4d31165d1d406e9301c65a22d278d4e3981eb919 Mon Sep 17 00:00:00 2001 From: Koen Van Looveren Date: Sun, 26 Nov 2023 17:03:09 +0100 Subject: [PATCH] ci: update gh_action_dart_conventional_release --- .github/workflows/create_tag.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index dedcb97..db087b2 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -13,10 +13,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v2 with: - ref: ${{ github.ref }} - - name: Configure git to trust the workspace despite the different owner - run: - git config --global --add safe.directory "$GITHUB_WORKSPACE" + ref: ${{ github.ref }} - name: cat pubspec.yaml run: cat ./pubspec.yaml - name: Setup Node.js @@ -24,7 +21,7 @@ jobs: with: node-version: 16 - name: Automated version bump - uses: impaktfull/gh_action_dart_conventional_release@v0.1.10 + uses: impaktfull/gh_action_dart_conventional_release@v0.1.11 with: tag-prefix: 'v' env: