Skip to content

Commit

Permalink
⚗️ Added echo for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Jun 22, 2023
1 parent 5cfbafe commit 96487ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/PrepareForPublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set PUBSPEC_VERSION
run: |
version=$(grep 'version:' pubspec.yaml | tail -n1 | awk '{ print $2}')
Expand All @@ -64,6 +64,8 @@ jobs:
- run: echo "${{ env.PUBSPEC_VERSION }}"

- run: echo "$(cat CHANGELOG.md)"

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GH_TOKEN }}"
Expand Down

0 comments on commit 96487ff

Please sign in to comment.