Skip to content

Commit

Permalink
ci: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ishafiul committed Dec 28, 2023
1 parent 0c74ffe commit 80fa3f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
flutter pub global activate cider
cider version ${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.PATCH }}
cider release
- name: Push changes
uses: ad-m/github-push-action@master
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITOKEN }}
branch: ${{ github.ref }}

- name: 🔐 Setup Pub Credentials
run: |
mkdir -p $HOME/.config/dart
Expand Down

0 comments on commit 80fa3f4

Please sign in to comment.