Skip to content

Commit

Permalink
build: automate relase
Browse files Browse the repository at this point in the history
bla
  • Loading branch information
jonas-grgt committed Jan 16, 2024
1 parent 9962112 commit 1391a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven
name: Verify Code

on:
push:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
type: string
description: tag

env:
INPUT_VERSION: '0.2.0'

jobs:
bump_version:
name: "Bump Version"
Expand All @@ -32,9 +29,10 @@ jobs:
needs: [bump_version]
runs-on: ubuntu-latest
steps:
- name: wait for version bump
run: sleep 5
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: main
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 1391a0f

Please sign in to comment.