Skip to content

Commit

Permalink
workflow: test
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 2, 2024
1 parent ffb97c4 commit f33ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tagname: ${{ steps.tags-output.outputs.TAGS }}
tagname: ${{ jobs.tags-output.outputs.TAGS }}
steps:
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f33ef13

Please sign in to comment.