Explorar o código

update publish

dinhlongnguyen hai 1 ano
pai
achega
41e94c7c78
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -18,8 +18,8 @@ jobs:
           python-version: 3.8
           python-version: 3.8
 
 
       - name: Extract Github Tag Version
       - name: Extract Github Tag Version
-         id: vars
-         run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
+        id: vars
+        run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
 
 
       - name: Ensure package version is properly set
       - name: Ensure package version is properly set
         run: |
         run: |