Skip to content

Commit

Permalink
updated github actions for releasing (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 authored Sep 11, 2023
1 parent d6f7f23 commit ae541d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ jobs:
# List the packages to run here. The matrix will run one job for each package parallelly.
- api-augment
- types
- config
- adapter
- sdk-types
- sdk

steps:
- name: 🤘 checkout
uses: actions/checkout@v3

- name: Set name of packages
id: set_package_names
run: |
packages='api-augment types'
echo "::set-output name=packages::$packages"
- name: Setup Node.js environment
uses: actions/setup-node@v3.0.0
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-package-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
# List the packages to run here. The matrix will run one job for each package parallelly.
- api-augment
- types
- config
- adapter
- sdk-types
- sdk

steps:
- name: Checkout repository
Expand Down

0 comments on commit ae541d6

Please sign in to comment.