Skip to content

release action on tags #7

release action on tags

release action on tags #7

Workflow file for this run

name: Release Tag
on:
push:
tags:
- '*'
jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Gradle assemble
run: './gradlew :assemble'
- uses: softprops/action-gh-release@v1
name: release files
with:
files: |
build/libs/java-spring-vuly-0.1.0.jar