Skip to content

Commit

Permalink
ci: #2 Specify fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Dec 30, 2022
1 parent 8fd327a commit b669f41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build Native Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down Expand Up @@ -42,4 +40,4 @@ jobs:
uses: jreleaser/release-action@v2
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_PROJECT_VERSION: ${{ github.ref_name }}
JRELEASER_PROJECT_VERSION: 1.0.0

0 comments on commit b669f41

Please # to comment.