forked from TrueCloudLab/frostfs-locode-db
fixup! [#25] ci: Publish release artifacts automatically
Some checks failed
build / locode (push) Failing after 1m37s
Some checks failed
build / locode (push) Failing after 1m37s
This commit is contained in:
parent
df5b630a18
commit
1de8f49fbf
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
if: >-
|
if: >-
|
||||||
startsWith(github.ref, 'refs/tags/v') &&
|
startsWith(github.ref, 'refs/tags/v') &&
|
||||||
(github.event_name == 'workflow_dispatch' || github.event_name == 'push')
|
(github.event_name == 'workflow_dispatch' || github.event_name == 'push')
|
||||||
uses: actions/release
|
uses: actions/release@v2
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: artifacts
|
release-dir: artifacts
|
||||||
|
|
Loading…
Add table
Reference in a new issue