Explorar o código

fix test-semver.yml

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
2ea01244f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/test-semver.yml

+ 1 - 1
.github/workflows/test-semver.yml

@@ -16,7 +16,7 @@ jobs:
 
     - name: Get SemVer
       run: |
-        SEMVER=`npm run version --silent`
+        export SEMVER=`npm run version --silent`
 
     - name: Docker Tags by SemVer
       uses: weseek/ghaction-docker-tags-by-semver@v1