Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jul 21, 2023
1 parent 126b7c9 commit f3a940a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,18 +262,6 @@ jobs:
with:
node-version: '18'
cache: 'npm'

- uses: actions/download-artifact@v1
with:
name: VERSION.env
path: ./

- name: Get Version
id: get-version
run: |
source VERSION.env
echo $VERSION
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT

- uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit f3a940a

Please sign in to comment.