Skip to content

Commit 83fabf1

Browse files
authored
Merge pull request #20 from natereprogle/development
Quick fix to publish action
2 parents eb99a4d + 5519098 commit 83fabf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
contents: read
6969
packages: write
7070
runs-on: ubuntu-latest
71-
if: needs.build.outputs.published == truew
71+
if: needs.build.outputs.published == true
7272
steps:
7373
- name: Checkout
7474
uses: actions/checkout@v4

0 commit comments

Comments
 (0)