Skip to content

Merge pull request #26 from mobilecoinofficial/jgreat/mult-arch-build #35

Merge pull request #26 from mobilecoinofficial/jgreat/mult-arch-build

Merge pull request #26 from mobilecoinofficial/jgreat/mult-arch-build #35

Workflow file for this run

# Copyright (c) 2022 MobileCoin Inc.
name: release
on:
push:
tags:
- 'v*.*.*'
permissions:
contents: write
jobs:
gh-release:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create a GitHub Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true