Skip to content

Commit 4f6d1a6

Browse files
committed
try tag name
1 parent 26ef920 commit 4f6d1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
release:
7878
runs-on: ubuntu-latest
7979
needs: build
80-
if: github.ref == 'refs/heads/master'
80+
# if: github.ref == 'refs/heads/master'
8181
steps:
8282
- name: Download artifact
8383
uses: actions/download-artifact@v4
@@ -91,7 +91,7 @@ jobs:
9191
- name: Upload release
9292
uses: softprops/action-gh-release@v2
9393
with:
94-
name: sha-${{ github.sha }}
94+
tag_name: sha-${{ github.sha }}
9595
files: dist.tar.gz
9696

9797
preview:

0 commit comments

Comments
 (0)