Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed May 24, 2024
1 parent 92551de commit 303a289
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Set the value
id: step_one
run: |
echo "APP_VERSION=$(date '+%Y-%m-%d')-$(git rev-parse HEAD | cut -c -6)" >> "$GITHUB_ENV"
- name: Checkout
uses: actions/checkout@v3

- name: Evaluate app version
run: |
echo "APP_VERSION=$(date '+%Y-%m-%d')-$(git rev-parse HEAD | cut -c -6)" >> "$GITHUB_ENV"
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 303a289

Please sign in to comment.