From c9b8f174a12210b1401a895740e8795ce7986cdd Mon Sep 17 00:00:00 2001 From: Daniel <111755602+cnixbtc@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:12:35 +0100 Subject: [PATCH] Revert testing commit --- .github/workflows/publish-flutter.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-flutter.yml b/.github/workflows/publish-flutter.yml index 262e7457e..eeec2e340 100644 --- a/.github/workflows/publish-flutter.yml +++ b/.github/workflows/publish-flutter.yml @@ -35,7 +35,6 @@ jobs: ssh-key: ${{ secrets.REPO_SSH_KEY }} fetch-depth: 0 path: flutter - ref: test-ios-dynamic-linking - name: Checkout breez-sdk repo uses: actions/checkout@v3 @@ -89,11 +88,10 @@ jobs: working-directory: flutter if: ${{ inputs.publish }} run: | - [[ $(git branch --show-current) == "test-ios-dynamic-linking" ]] || return 1 git config --global user.email github-actions@github.com git config --global user.name github-actions git add . git commit -m "Update Breez SDK Flutter package to version v${{ inputs.package-version }}" git push - # git tag v${{ inputs.package-version }} -m "v${{ inputs.package-version }}" - # git push --tags + git tag v${{ inputs.package-version }} -m "v${{ inputs.package-version }}" + git push --tags