Skip to content

Commit

Permalink
Try a different notation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 25, 2023
1 parent 4f738f5 commit fe52874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:

- run: npm run demo

- if: matrix.node == '${{ env.LATEST_NODE }}' && matrix.os == 'ubuntu-latest'
- if: matrix.node == env.LATEST_NODE && matrix.os == 'ubuntu-latest'
run: npm pack

- if: matrix.node == '${{ env.LATEST_NODE }}' && matrix.os == 'ubuntu-latest'
- if: matrix.node == env.LATEST_NODE && matrix.os == 'ubuntu-latest'
name: Upload package
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit fe52874

Please sign in to comment.