We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93e0d9 commit cc9180fCopy full SHA for cc9180f
.github/workflows/release-new-version.yml
@@ -39,7 +39,6 @@ jobs:
39
run: bun run build
40
41
- name: Run release command
42
- # if: github.repository == 'saadeghi/daisyui'
43
run: |
44
git config --local user.email "pouya.saadeghi@gmail.com"
45
git config --local user.name "Pouya Saadeghi"
@@ -83,7 +82,6 @@ jobs:
83
82
84
write-release-notes:
85
name: 📝 Release notes
86
87
needs: build-publish
88
uses: ./.github/workflows/write-release-notes.yml
89
secrets: inherit
0 commit comments