Skip to content

Added SetDelegateParameters and DalAttestationReward ops (#46) #121

Added SetDelegateParameters and DalAttestationReward ops (#46)

Added SetDelegateParameters and DalAttestationReward ops (#46) #121

Workflow file for this run

name: Release
permissions:
contents: write
pull-requests: read
on:
push:
tags:
- "v*.*.*"
jobs:
release:
name: Release
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up environment
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
- name: Publish GitHub release
uses: "marvinpinto/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false