Skip to content

Merge pull request #9 from mobilecoinofficial/renovate/ghcr.io-action… #4

Merge pull request #9 from mobilecoinofficial/renovate/ghcr.io-action…

Merge pull request #9 from mobilecoinofficial/renovate/ghcr.io-action… #4

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