Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent 2890dc7 commit 66a29ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,14 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: cat pubspec.yaml
run: cat ./pubspec.yaml
ref: ${{ github.ref }}
- name: Setup Node.js
uses: actions/setup-node@v2
with:
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:
tag-prefix: 'v'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: cat pubspec.yaml
run: cat ./pubspec.yaml
- name: Publish
run: dart pub publish --force
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.2.6

## Fix:
- (ci): Fixed ci to publish to pub.dev

# 0.2.5

## Fix:
- (ci): Fixed ci to publish to pub.dev

# 0.2.4

## Fix:
Expand Down

0 comments on commit 66a29ab

Please sign in to comment.