We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a2760 commit 67661c7Copy full SHA for 67661c7
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
publish:
14
- if: ${{ github.repository_owner == 'jakemaca53' }}
+ if: ${{ github.repository_owner == 'jakemac53' }}
15
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
16
with:
17
# Protected github deployment environment, requires approval to publish.
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.2.1-wip
+## 0.2.1
2
3
- Update SDK constraint to <4.0.0.
4
- Update example deps to the latest.
pubspec.yaml
@@ -1,5 +1,5 @@
name: built_html
-version: 0.2.1-wip
+version: 0.2.1
description: A Builder for injecting content hashes into html templates or json files
homepage: https://github.com/jakemac53/built_html
5
0 commit comments