Yuki Takei hace 4 años
padre
commit
9186c6cddb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/release-rc.yml

+ 1 - 0
.github/workflows/release-rc.yml

@@ -15,6 +15,7 @@ jobs:
     - uses: actions/checkout@v2
 
     - name: Setup semver
+      id: semver
       run: |
         semver=`npm run version --silent`
         echo "::set-output name=SEMVER::$semver"