Browse Source

update publish

dinhlongnguyen 1 year ago
parent
commit
41e94c7c78
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/publish.yml

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

@@ -18,8 +18,8 @@ jobs:
           python-version: 3.8
 
       - 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
         run: |