Skip to content

Commit

Permalink
test publish manually
Browse files Browse the repository at this point in the history
  • Loading branch information
m1aw committed Aug 21, 2024
1 parent e28d87b commit c660a30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/npm-publish-manual.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# This workflow will run tests using node and then publish a package when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Publish Manualy
name: Publish Manually

on:
push:
branches:
- "fix/change-publish-pipeline"
release:
types: [created]
workflow_dispatch:

jobs:
name: Publish Manually
publish-npm:
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
name: Release Build Package

on:
push:
branches:
- "fix/change-publish-pipeline"
workflow_dispatch:

jobs:
publish-npm:
name: Release Build Package
release-build-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c660a30

Please sign in to comment.