We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677e5e8 commit 30a9d52Copy full SHA for 30a9d52
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
if: ${{ needs.check-version.outputs.tag_found == 'not found' }}
53
54
permissions:
55
- contents: read
+ contents: write
56
packages: write
57
attestations: write
58
id-token: write
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Create release
91
uses: ncipollo/release-action@v1
92
- if: ${{ github.event_name == 'schedule' }}
+ if: ${{ github.event_name != 'push' }}
93
with:
94
tag: "v${{ needs.check-version.outputs.nekobox_version }}"
95
body: |
0 commit comments