Skip to content

[ADP-xxx] Add a script to restore shelley and byron preprod wallets (… #1666

[ADP-xxx] Add a script to restore shelley and byron preprod wallets (…

[ADP-xxx] Add a script to restore shelley and byron preprod wallets (… #1666

Workflow file for this run

name: release
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
release:
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/release/v') }}
runs-on: ubuntu-20.04
steps:
# This should create an empty release draft
# TODO: get artifacts from Buildkite to be attached to the draft
# Task: https://cardanofoundation.atlassian.net/browse/ADP-2502
- name: '🚀 Release'
uses: softprops/action-gh-release@v1
with:
draft: true
# fail_on_unmatched_files: true
# files: |
# *.tar.gz
# *.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}