Skip to content

Commit

Permalink
fix: release package
Browse files Browse the repository at this point in the history
mixing npm and yarn is something to fix, not good mix
  • Loading branch information
juanpicado committed Nov 8, 2022
1 parent c7e6222 commit 1f477bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -2,8 +2,8 @@ name: Release 5.x

on:
push:
# tags:
# - '*'
tags:
- '*'
jobs:
release:
name: Release
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Expand Up @@ -41,3 +41,5 @@ contrib/
storage_default_storage/
docker-bin/
yarn-plugins/
tsconfig.json
systemd/

0 comments on commit 1f477bd

Please sign in to comment.