Skip to content

Commit

Permalink
fix(ci): remove static version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Mar 7, 2024
1 parent 1a7514c commit 5079024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:
SRVERSION: ${{ needs.build.outputs.srversion }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx gh-pages-multi deploy -s public --no-history -t "1.19.13"
npx gh-pages-multi deploy -s public --no-history -t "$SRVERSION"

0 comments on commit 5079024

Please sign in to comment.