Skip to content

Commit

Permalink
Revert testing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cnixbtc authored Feb 13, 2024
1 parent 055cabf commit c9b8f17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 [email protected]
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

0 comments on commit c9b8f17

Please sign in to comment.