Skip to content

Commit 1347d17

Browse files
committed
Revert "upgrade build actions to maintained and latest versions"
This reverts commit 4deba6a.
1 parent c39e6bd commit 1347d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dockcross.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
3131
- name: Create Release
3232
id: create_release
33-
uses: softprops/action-gh-release@v2
33+
uses: actions/create-release@v1
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:
37-
tag_name: ${{ github.ref_name == 'master' && steps.version.outputs.version || format ('{0}-{1}', steps.version.outputs.version, steps.vars.outputs.COMMIT_SHORT_SHA) }}
38-
name: ${{ github.ref_name == 'master' && format ('Release {0}' , steps.version.outputs.version ) || format('Build {0}{1} on {2} ({3}) {4}', github.run_number, github.run_attempt == 1 && '' || format('.{0}', github.run_attempt), github.ref_name , steps.vars.outputs.COMMIT_SHORT_SHA , github.event.head_commit.message ) }}
37+
tag_name: ${{ steps.version.outputs.version }}
38+
release_name: ${{ github.ref_name == 'master' && 'Release' || 'DevBuild' }} ${{ steps.version.outputs.version }}
3939
draft: true
4040
prerelease: true
4141
outputs:

0 commit comments

Comments
 (0)