Skip to content

add maven ; [tag/2.319.1] #4

add maven ; [tag/2.319.1]

add maven ; [tag/2.319.1] #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: actions/checkout@v4
- name: Create a GitHub Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true