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 f03ae83 commit a4fca63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
bump_version:
name: Version bump on main
runs-on: ubuntu-latest
environment: pub.dev
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish_to_pubdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ jobs:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
environment: 'pub.dev'
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.7

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

# 0.2.6

## Fix:
Expand Down

0 comments on commit a4fca63

Please sign in to comment.