Skip to content

Commit

Permalink
Fix - Corrected working directory for GH action (#96)
Browse files Browse the repository at this point in the history
* Create main.yml

* Add release-stable script

* change workflow file name

* adjust release-stable script

* fix working directory
  • Loading branch information
halocline authored Jul 18, 2024
1 parent 261126c commit bba9f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-grommet-leaflet-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

- name: Install dependencies
run: yarn install
working-directory: design-tokens
working-directory: grommet-leaflet

- name: Build
run: yarn build
working-directory: grommet-leaflet

- name: Update grommet-leaflet-stable
run: |
git config --global user.name "Grommet Community Bot"
Expand Down

0 comments on commit bba9f47

Please sign in to comment.