Skip to content

Commit

Permalink
Update how version is parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Nov 9, 2024
1 parent 6679e7c commit 16d92b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Get release version
- name: Get commit hash
id: version
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
run: echo "VERSION=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down

0 comments on commit 16d92b3

Please sign in to comment.