We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f58d8 commit 2a1cefeCopy full SHA for 2a1cefe
.github/workflows/development.yml
@@ -252,7 +252,7 @@ jobs:
252
with:
253
github_token: ${{ secrets.GITHUB_TOKEN }}
254
publish_dir: ./src/ui/out
255
- destination_dir: ui/pr/$GITHUB_REF/${{ TAG }}
+ destination_dir: ui/pr/$GITHUB_REF/${{ github.ref_name }}
256
keep_files: false
257
user_name: ${{ github.actor }}
258
user_email: ${{ github.actor }}@users.noreply.github.com
0 commit comments