Skip to content

Commit 38ffe27

Browse files
authored
tag when releasing
1 parent c285c26 commit 38ffe27

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ jobs:
2222
- run: npm install
2323
- run: npm run build
2424

25-
- name: Create Release
26-
id: create_release
27-
uses: actions/create-release@v1
25+
- name: Create Release0
26+
uses: rymndhng/release-on-push-action@master
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
with:
31-
tag_name: ${{ github.ref }}
32-
release_name: Release ${{ github.ref }}
3329

3430
# - name: Upload artifacts
3531
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)