Skip to content

Commit

Permalink
ci: releasing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Jul 18, 2024
1 parent 0544698 commit c88c559
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Publish to NPM and GitHub registry

on:
release:
types: [created]

jobs:
publish:
uses: stegripe/workflows/.github/workflows/pnpm-publish.yml@main
secrets: inherit

0 comments on commit c88c559

Please sign in to comment.