Skip to content

Commit

Permalink
fixes after error 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Dec 16, 2024
1 parent 62b9f7e commit be8659d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/make-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:

- name: Create versioned directory
run: |
mkdir -p dist/v$VERSION
mkdir -p dist/v${{ version }}
mkdir -p dist/v${{ VERSION }}
test:
Expand All @@ -44,7 +43,6 @@ jobs:
steps:
- name: echo variables
run: |
echo $VERSION
echo ${{version}}
echo ${{VERSION}}
echo $chrome
Expand Down

0 comments on commit be8659d

Please sign in to comment.