Skip to content

Commit

Permalink
Fix get-version-action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanferrer committed Sep 15, 2024
1 parent a513d04 commit 7626cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Extract tag version number
id: get_version
uses: drewg13/get-version-action@v1
uses: drewg13/get-version-action@1.0.0

- name: Substitute Manifest and Download Links For Versioned Ones
id: sub_manifest_link_version
Expand All @@ -79,7 +79,7 @@ jobs:
run: npm run build

- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 7626cd8

Please sign in to comment.