Skip to content

update tag workflow to use official github actions #1

update tag workflow to use official github actions

update tag workflow to use official github actions #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@v2
with:
generate_release_notes: true