Skip to content

Commit

Permalink
Revert "Deploy to latest once"
Browse files Browse the repository at this point in the history
This reverts commit df469b7.
  • Loading branch information
mbeckem committed Feb 21, 2025
1 parent df469b7 commit 144445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
uses: open-pioneer/trails-core-packages/.github/actions/deploy-demo@main
with:
src-repo: openlayers-base-packages
target-path: latest
target-path: ${{ needs.version.outputs.published == 'true' && 'latest' || 'dev' }}
token: ${{ secrets.DEPLOY_TOKEN }}

0 comments on commit 144445e

Please sign in to comment.