Skip to content

Commit

Permalink
Update "Publish package" GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron-repo-manager[bot] committed Oct 15, 2023
1 parent 8e15ac9 commit ab74805
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish-package-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# DO NOT EDIT - This file is managed by ezzatron/repos.
name: CI

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
ci:
name: ezzatron
uses: ezzatron/repos/.github/workflows/shared-publish-package-npm.yml@main
secrets: inherit

0 comments on commit ab74805

Please sign in to comment.