Skip to content

Commit 527a34b

Browse files
committed
don't skip when actual release
1 parent 443ac77 commit 527a34b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
echo "match=false" >> $GITHUB_OUTPUT
3333
fi
3434
- name: Publish release
35-
if: steps.check-tag.outputs.match == 'true'
3635
uses: marvinpinto/action-automatic-releases@latest
3736
with:
3837
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)