Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed May 18, 2020
1 parent aab16a1 commit 41d57e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "${{ steps.changelog_entry.outputs.version }}"
echo "${{ steps.changelog_entry.outputs.description }}"
echo "${{ steps.changelog_entry.outputs.unreleased }}"
echo "${{ steps.changelog_entry.outputs.unreleased == true }}"
echo "${{ steps.changelog_entry.outputs.unreleased == 'true' }}"
- name: Create Release if does not exist
run: echo "release this"
Expand Down

0 comments on commit 41d57e2

Please sign in to comment.