Skip to content

Commit

Permalink
ci: add auto tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesKaraosman committed Jan 17, 2024
1 parent 3ae0832 commit 91adbce
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/flutter-auto-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Flutter Auto Tag Workflow
on:
push:
branches: [main]

jobs:
create_tag:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v4
- uses: eneskaraosman/action-autotag@3afa05f57ac051e8ffda3453790a71e68fce53ee # v4.0.4
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
include_build_number: false
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.5

* ci: add auto tag workflow
* chore: upgrade internal dependencies

## 1.6.4

* chore: resolve several lint issues
Expand Down

0 comments on commit 91adbce

Please sign in to comment.