File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,6 @@ jobs:
114
114
echo "Using provided commit sha for release commit"
115
115
echo "release-ref-or-commit=\"${{ github.event.inputs.branch_ref_or_commit }}\"" >> "$GITHUB_OUTPUT"
116
116
fi
117
- - name : Check rc-app-token value
118
- if : needs.build.outputs.rc-app-token == ''
119
- run : |
120
- echo "****** rc-app-token is empty ******"
121
117
- name : Checkout backup-utils-private for release notes
122
118
uses : actions/checkout@v4
123
119
with :
@@ -134,7 +130,7 @@ jobs:
134
130
- name : Create Release
135
131
uses : ncipollo/release-action@v1
136
132
with :
137
- token : ${{ needs.build .outputs.rc-app- token }}
133
+ token : ${{ steps.app-token .outputs.token }}
138
134
owner : github
139
135
repo : backup-utils
140
136
name : |
You can’t perform that action at this time.
0 commit comments