mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 13:34:18 +00:00
Update Steffo99/actions-semver
to v0.3.5
This commit is contained in:
parent
2087b7f446
commit
1ed470d492
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -20,7 +20,9 @@ jobs:
|
|||
|
||||
- name: "❓ Find the release semantic version"
|
||||
id: semver
|
||||
uses: Steffo99/actions-semver@v0.1.0
|
||||
uses: Steffo99/actions-semver@v0.3.5
|
||||
with:
|
||||
string: ${{ github.event.release.tag_name }}
|
||||
|
||||
- name: "🔨 Setup Buildx"
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
|
Loading…
Reference in a new issue