Skip to content
Draft
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
- develop
pull_request:

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

Expand All @@ -20,13 +22,22 @@ jobs:

- name: Setup project
uses: ./.github/actions/setup
with:
skipInstall: 'true' # we need to skip the install step because we need to update npm first for OIDC

- name: Update npm version
run: npm install -g npm@latest # OIDC requires npm v11.5.1 or later

- name: Install dependencies
run: npm ci

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # [email protected]
with:
publish: npm run release
commitMode: github-api
branch: develop
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HUSKY: 0
Expand Down
Empty file modified src/shared/icons/eco.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.