Skip to content

Commit

Permalink
Debug publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
akrantz01 committed Apr 10, 2024
1 parent c0555d2 commit 401e53f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
- name: Install yq
run: pipx install yq

- id: determine
- name: Compare current version to released tags
id: determine
run: >-
current_version=$(tomlq -r .package.version Cargo.toml)
new_version=$( \
Expand All @@ -120,6 +121,8 @@ jobs:
)
echo "result=$new_version" >> "$GITHUB_OUTPUT"
- run: cat "$GITHUB_OUTPUT"

publish:
name: Publish
runs-on: ubuntu-latest
Expand Down

0 comments on commit 401e53f

Please sign in to comment.