Skip to content

Commit 2d71ca6

Browse files
Update release.yml
1 parent 79f2c35 commit 2d71ca6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: release
22

33
on:
4-
release:
5-
types: [published]
4+
push
5+
# release:
6+
# types: [published]
67

78

89

@@ -28,7 +29,8 @@ jobs:
2829

2930
- name: Prepare release version
3031
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
31-
32+
- name: print
33+
run: ls -R
3234
- uses: AButler/[email protected]
3335
with:
3436
files: 'dist/*'

0 commit comments

Comments
 (0)