Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh154 authored Sep 6, 2024
1 parent 7c5e99a commit 3270038
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Release

on:
push:
tags:
- 'v*'
branches:
- 'test*'

jobs:
create-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -16,10 +16,14 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Display OS and architecture
run: |
lsb_release -a
uname -m
- name: Build with Maven
run: mvn -B package -DskipTests
- uses: ncipollo/release-action@v1
with:
artifacts: "standalone/target/bkvm-*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
generateReleaseNotes: true

0 comments on commit 3270038

Please sign in to comment.