Skip to content

Commit

Permalink
fix(renovate): patch Update Saionaro/extract-package-version action t…
Browse files Browse the repository at this point in the history
…o v1.0.7
  • Loading branch information
darraghoriordan committed Aug 6, 2023
1 parent b318ee0 commit 851971c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
yarn install --frozen-lockfile
- name: Extract version
id: extract_version
uses: Saionaro/[email protected].6
uses: Saionaro/extract-package-version@6594bfa2f9f445d1ef50ae3cb1aea8026e524211 # v1.0.7

- name: Package Windows (x64)
run: yarn package:win-x64
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/[email protected].6
uses: Saionaro/extract-package-version@6594bfa2f9f445d1ef50ae3cb1aea8026e524211 # v1.0.7

- name: Make release directory
run: mkdir ./release
Expand Down

0 comments on commit 851971c

Please sign in to comment.