diff options
author | Lukas Larsson <lukas@erlang.org> | 2020-11-17 17:17:43 +0100 |
---|---|---|
committer | Lukas Larsson <lukas@erlang.org> | 2020-11-17 17:17:43 +0100 |
commit | 55d7520fb4f305fb260fb7cbf4f757f52516be36 (patch) | |
tree | 4451dcf71d0ad59edd47215c63392f93299d0211 /.github | |
parent | 78a1a61aa622cfa199231deba9d899804fa213f5 (diff) | |
parent | 136b6bb642f225efdd6cf5c438650895b7ca9bc2 (diff) | |
download | erlang-55d7520fb4f305fb260fb7cbf4f757f52516be36.tar.gz |
Merge branch 'lukas/add-github-actions' into maint
* lukas/add-github-actions:
Fix release name to not include -
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c61ad3a226..1eddf8f43c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -187,6 +187,7 @@ jobs: - name: Upload pre-built and doc tar archives uses: softprops/action-gh-release@v1 with: + name: OTP ${{ steps.tag.outputs.vsn }} files: | artifacts/*.tar.gz artifacts/*.txt |