Skip to content

Commit b61db49

Browse files
committed
We still want it to run on failed previous steps
1 parent c9b0ab2 commit b61db49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
using: 'node16'
2222
main: 'dist/restore/index.js'
2323
post: 'dist/save/index.js'
24-
post-if: 'success()'
24+
post-if: 'always()'
2525
branding:
2626
icon: 'archive'
2727
color: 'gray-dark'

0 commit comments

Comments
 (0)