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 b3a1351 commit 1c2f344Copy full SHA for 1c2f344
.github/workflows/DiploiBuild.yaml
@@ -13,11 +13,13 @@ env:
13
INITIAL_PROJECT_IMAGE_NAME: ${{ github.repository }}-initial-project
14
DEMO_TARGET_REPOSITORY: 'https://x-access-token:${{ secrets.DEMO_REPOSITORY_PAT }}@github.com/${{ github.repository }}-demo.git'
15
DEMO_TAG_NAME: '${GITHUB_REF#refs/tags/}'
16
-
+ TAG_NAME: '${GITHUB_REF#refs/tags/}'
17
+
18
jobs:
19
20
DemoSync:
21
runs-on: ubuntu-latest
22
+ if: startsWith(github.ref, 'refs/tags/v')
23
steps:
24
- name: Checkout source repository
25
uses: actions/checkout@v2
0 commit comments