Skip to content

Commit 0ddb85b

Browse files
committed
commit and pub publish
1 parent 1a77d2d commit 0ddb85b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/draft-builder-release.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -188,25 +188,25 @@ jobs:
188188
echo "No changes to commit"
189189
fi
190190
191-
# - name: Publish
192-
# run: dart pub publish --force
193-
# working-directory: ${{ env.PACKAGE_PATH }}
194-
195-
# - name: Create release tag
196-
# env:
197-
# NEXT_TAG: ${{ steps.version.outputs.tag }}
198-
# run: git tag "$NEXT_TAG"
199-
200-
# - name: Push changes
201-
# env:
202-
# NEXT_TAG: ${{ steps.version.outputs.tag }}
203-
# run: |
204-
# git push origin HEAD
205-
# git push origin "$NEXT_TAG"
206-
207-
# - name: Append release notes to summary
208-
# run: |
209-
# cat <<'EOF' >> "$GITHUB_STEP_SUMMARY"
210-
# ## draft_builder v${{ steps.version.outputs.value }}
211-
# ${{ steps.release_notes.outputs.release-notes }}
212-
# EOF
191+
- name: Create release tag
192+
env:
193+
NEXT_TAG: ${{ steps.version.outputs.tag }}
194+
run: git tag "$NEXT_TAG"
195+
196+
- name: Push changes
197+
env:
198+
NEXT_TAG: ${{ steps.version.outputs.tag }}
199+
run: |
200+
git push origin HEAD
201+
git push origin "$NEXT_TAG"
202+
203+
- name: Append release notes to summary
204+
run: |
205+
cat <<'EOF' >> "$GITHUB_STEP_SUMMARY"
206+
## draft_builder v${{ steps.version.outputs.value }}
207+
${{ steps.release_notes.outputs.release-notes }}
208+
EOF
209+
210+
- name: Publish
211+
run: dart pub publish --force
212+
working-directory: ${{ env.PACKAGE_PATH }}

0 commit comments

Comments
 (0)