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 392abd4 commit 42ed2e9Copy full SHA for 42ed2e9
1 file changed
.github/workflows/publish.yml
@@ -9,9 +9,6 @@ on:
9
- master
10
workflow_dispatch:
11
12
-env:
13
- REPO_OWNER: "omec-project"
14
-
15
jobs:
16
validate:
17
runs-on: ubuntu-latest
@@ -35,7 +32,7 @@ jobs:
35
32
# CAUTION: Other actions depend on this name "tag-github"
36
33
tag-github:
37
34
38
- if: github.repository_owner == env.REPO_OWNER
+ if: github.repository_owner == 'omec-project'
39
outputs:
40
changed: ${{ steps.version-change.outputs.changed }}
41
version: ${{ steps.version-change.outputs.version }}
@@ -119,7 +116,7 @@ jobs:
119
116
120
117
publish:
121
118
122
123
env:
124
BUILD_OUTPUT_PATH: _build/multiversion/
125
steps:
0 commit comments