Skip to content

Commit

Permalink
Test if ci fails
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent 1c96ddd commit 581abe8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- uses: dart-lang/setup-dart@v1
- name: Validate
run: dart pub publish --dry-run
- name: Automated version bump
uses: impaktfull/gh_action_dart_conventional_release@main
with:
Expand All @@ -29,3 +32,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: cat pubspec.yaml
run: cat ./pubspec.yaml
- name: Publish
run: dart pub publish --force

0 comments on commit 581abe8

Please sign in to comment.