Skip to content

Commit

Permalink
fix: remove publication code
Browse files Browse the repository at this point in the history
  • Loading branch information
manosbatsis committed Sep 4, 2023
1 parent 2c0f65c commit 84d6f1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
File renamed without changes.
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 84d6f1f

Please sign in to comment.