Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use deployment environment for js build #4773

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci(dist): Use deployment environment to build dist assets
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Sep 6, 2023
commit 78433292b106fc1a3f9306975121525e46a3676d
4 changes: 3 additions & 1 deletion .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ on:
branches:
# implemented since 28, once branched off, add your stable branch here
- main
# - ci/node-dist-workflow
# - stable28

concurrency:
@@ -16,10 +15,13 @@ concurrency:
jobs:
update-node-dist:
runs-on: ubuntu-latest
environment: update-node-dist

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.1