Skip to content

Commit

Permalink
chore: github action ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 22, 2023
1 parent f1e9b90 commit 76f2745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 76 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/npm-publish-github-packages.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Test'
name: 'TestPublish'
on:
pull_request:
push:
Expand Down Expand Up @@ -106,6 +106,8 @@ jobs:
needs: Test
if: startsWith(github.ref, 'refs/tags/v')
name: Publish Npm Package
permissions:
id-token: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 76f2745

Please sign in to comment.