Skip to content

Commit

Permalink
Let's see what a trunkver would look like.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Feb 22, 2025
1 parent c5d8029 commit a934816
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Generate trunkver
id: trunkver
uses: crftd-tech/trunkver@main

- name: Print trunkver
env:
TRUNKVER: ${{ steps.trunkver.outputs.trunkver }}
run: |
echo "$TRUNKVER"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

Expand Down

0 comments on commit a934816

Please sign in to comment.