File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 contents : write
1616
1717 steps :
18+ - name : Verify main branch
19+ run : |
20+ if [[ "${{ github.ref_name }}" != "main" ]]; then
21+ echo "Release can only be done on the main branch."
22+ exit 1
23+ fi
24+
1825 - name : Checkout project
1926 uses : actions/checkout@v4
2027
5158 echo "version=${VERSION}" >> $GITHUB_OUTPUT
5259
5360 - name : Create release
54- uses : ncipollo/release- action@v1
61+ uses : caido/ action-release @v1
5562 with :
5663 tag : ${{ steps.meta.outputs.version }}
5764 commit : ${{ github.sha }}
5865 body : ' Release ${{ steps.meta.outputs.version }}'
5966 artifacts : ' dist/plugin_package.zip,dist/plugin_package.zip.sig'
67+ immutableCreate : true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default defineConfig({
1111 id,
1212 name : "Notes++" ,
1313 description : "Create and edit notes in Caido" ,
14- version : "2.3.0 " ,
14+ version : "2.3.1 " ,
1515 author : {
1616 name : "_StaticFlow_" ,
1717 email : "tanner.barnes@kashx.io" ,
You can’t perform that action at this time.
0 commit comments