Skip to content

Commit 7d96b3b

Browse files
authored
fix: test PR (#27)
1 parent 1ca261e commit 7d96b3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ jobs:
157157
- name: Checkout
158158
uses: actions/checkout@v4
159159

160+
- run: echo "🎉 tag - ${{ needs.changelog.outputs.tag }}"
161+
- run: echo "🎉 tag 2 - ${{ needs.changelog.outputs.tag != '' }}"
162+
160163
# Create GitHub Releases
161164
# see: https://github.com/softprops/action-gh-release
162165
- name: Create Release

0 commit comments

Comments
 (0)