Skip to content

Commit

Permalink
chore: sync workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Nov 13, 2021
1 parent 325b440 commit 93308f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,18 @@ jobs:
node-version: 14
cache: yarn

- uses: technote-space/load-config-action@v1
with:
CONFIG_FILENAME: workflow-settings.json, workflow-details.json
IGNORE_WARNING: 'true'
- name: Release GitHub Actions
uses: technote-space/release-github-actions@v6
uses: technote-space/release-github-actions@v7
with:
OUTPUT_BUILD_INFO_FILENAME: build.json
TEST_TAG_PREFIX: test/
ORIGINAL_TAG_PREFIX: original/
CLEAN_TEST_TAG: true
DELETE_NODE_MODULES: ${{ env.RELEASE_GA_DELETE_NODE_MODULES }}

package:
name: Publish Package
Expand Down

0 comments on commit 93308f2

Please sign in to comment.