Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed May 18, 2020
1 parent 903bff1 commit a8c6a28
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 @@ -23,7 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release if does not exist
run: echo "release this"
if: ${{ steps.changelog_entry.outputs.not_released_yet == true }}
if: ${{ steps.changelog_entry.outputs.unreleased == true }}

# - name: Create Release
# id: create_release
Expand Down

0 comments on commit a8c6a28

Please sign in to comment.