Skip to content

Merge pull request #5 from mobilecoinofficial/capture-tag-from-commit #1

Merge pull request #5 from mobilecoinofficial/capture-tag-from-commit

Merge pull request #5 from mobilecoinofficial/capture-tag-from-commit #1

Workflow file for this run

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