Skip to content

Commit

Permalink
Feat release (#6)
Browse files Browse the repository at this point in the history
fix: remove publication code
  • Loading branch information
manosbatsis authored Sep 4, 2023
1 parent de14f52 commit e498313
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,4 @@ jobs:
run: npm audit signatures
- name: Release Version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
- name: Publish Version
uses: technote-space/release-github-actions@v6
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#on:
# push:
# tags:
# - "v*"

on: create

name: Release
jobs:
release:
name: Release GitHub Actions
runs-on: ubuntu-latest
steps:
- uses: technote-space/release-github-actions@v6

0 comments on commit e498313

Please sign in to comment.