File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Publish to NeoFS
57- if : ${{ github.event_name == 'release' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true') }}
57+ if : ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true') }}
5858 uses : nspcc-dev/gh-push-to-neofs@master
5959 with :
6060 NEOFS_WALLET : ${{ secrets.NEOFS_WALLET }}
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Changelog for SendFS
44
55## [ Unreleased]
66
7+ ## [ 0.6.1] - 2024-08-30
8+
9+ ### Fixed
10+
11+ - Missing Typescript dependency (#120 )
12+
713## [ 0.6.0] - 2024-08-30
814
915### Added
@@ -74,4 +80,5 @@ See git log.
7480[ 0.5.2 ] : https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.1...v0.5.2
7581[ 0.5.3 ] : https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.2...v0.5.3
7682[ 0.6.0 ] : https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.3...v0.6.0
77- [ Unreleased ] : https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...master
83+ [ 0.6.1 ] : https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...v0.6.1
84+ [ Unreleased ] : https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.1...master
Original file line number Diff line number Diff line change 11{
22 "name" : " send-fs-neo-org" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@fortawesome/fontawesome-svg-core" : " ^6.4.0" ,
You can’t perform that action at this time.
0 commit comments