Skip to content

Commit

Permalink
dependencies update for build updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vilarodr committed Jan 25, 2024
1 parent 2ade911 commit adefaa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: get-package-version
id: package-version
uses: beaconbrigade/[email protected]
uses: beaconbrigade/[email protected].1

- name: install dependencies
run: npm install
Expand Down Expand Up @@ -163,13 +163,13 @@ jobs:

- name: get-package-version
id: package-version
uses: beaconbrigade/[email protected]
uses: beaconbrigade/[email protected].1

- name: download artifacts
uses: actions/download-artifact@v4

- name: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.15
with:
name: v${{ steps.package-version.outputs.version }}
tag_name: v${{ steps.package-version.outputs.version }}
Expand Down

0 comments on commit adefaa4

Please sign in to comment.