File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments