diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a9a21a7..2756d53 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,7 +6,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Java CI with Maven +name: Verify Code on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a145bfc..1fa5d10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,9 +7,6 @@ on: type: string description: tag -env: - INPUT_VERSION: '0.2.0' - jobs: bump_version: name: "Bump Version" @@ -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: