Skip to content

Commit

Permalink
Create createRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgewareRoad committed Mar 12, 2024
1 parent 488d8ba commit 3483793
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/createRelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create Release

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Release
uses: docker://antonyurchenko/git-release:v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.MAVENREPO_TOKEN }}
with:
args: build/distributions/*.zip

0 comments on commit 3483793

Please sign in to comment.