Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
blast repo changes: auto-publish (#168)
Browse files Browse the repository at this point in the history
* blast_repo fixes

auto-publish

* update changelog version
  • Loading branch information
devoncarew authored Jul 21, 2023
1 parent 193cca6 commit ab44bf4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# A CI configuration to auto-publish pub packages.

name: Publish

on:
pull_request:
branches: [ master ]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]

jobs:
publish:
if: ${{ github.repository_owner == 'dart-lang' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
permissions:
id-token: write # Required for authentication using OIDC
pull-requests: write # Required for writing the pull request note
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.13.6-wip
## 0.13.6

* Require Dart 2.19.
* Setup `dbService` to do retries for failed requests.
Expand Down

0 comments on commit ab44bf4

Please sign in to comment.