Skip to content

Commit

Permalink
ci: Update version bump job
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent 1ef6ece commit 8857056
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
ref: ${{ github.ref }}
- name: cat pubspec.yaml
run: cat ./pubspec.yaml
- name: Setup Node.js
uses: "actions/setup-node@v1"
with:
node-version: 16
- name: Automated version bump
uses: impaktfull/gh_action_dart_conventional_release@v0.1.4
uses: impaktfull/gh_action_dart_conventional_release@main
with:
tag-prefix: 'v'
env:
Expand Down

0 comments on commit 8857056

Please sign in to comment.