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 3270038 commit aa9cb4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -20,10 +20,10 @@ jobs:
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
# - 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

0 comments on commit aa9cb4a

Please sign in to comment.