allow redirect
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
name: Netdisco ${{ steps.get_tag.outputs.TAGVALUE }}
|
||||
- name: Download tarball
|
||||
run: curl -O https://github.com/netdisco/netdisco/archive/refs/tags/${{ steps.get_tag.outputs.TAGVALUE }}.tar.gz
|
||||
run: curl -LO https://github.com/netdisco/netdisco/archive/refs/tags/${{ steps.get_tag.outputs.TAGVALUE }}.tar.gz
|
||||
- name: Rename tarball
|
||||
run: mv ${{ steps.get_tag.outputs.TAGVALUE }}.tar.gz netdisco-mibs.tar.gz
|
||||
- name: Get upload URL
|
||||
|
||||
Reference in New Issue
Block a user