Skip to content

Commit

Permalink
Merge pull request #13 from icflorescu/next
Browse files Browse the repository at this point in the history
Fix deployment workflow
  • Loading branch information
icflorescu committed Jan 10, 2024
2 parents b4b7b58 + 6f28711 commit ad162e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
tag: v6
tag: old-version

# Pages deployment job
deploy:
Expand Down

0 comments on commit ad162e9

Please sign in to comment.