Skip to content

Commit

Permalink
update actions (#32)
Browse files Browse the repository at this point in the history
* Update ci-pr-snapshot.yml

* Update ci-push-main.yml

* Delete .github/actions/install/action.yml
  • Loading branch information
Adammatthiesen authored Dec 20, 2024
1 parent 28931cd commit a8e3782
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .github/actions/install/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install Tools & Dependencies
uses: ./.github/actions/install
uses: withstudiocms/automations/.github/actions/install@main

- name: Publish packages
run: pnpm ci:snapshot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}

- name: Install Tools & Dependencies
uses: ./.github/actions/install
uses: withstudiocms/automations/.github/actions/install@main

- name: Format code
run: pnpm run lint:fix
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install Tools & Dependencies
uses: ./.github/actions/install
uses: withstudiocms/automations/.github/actions/install@main

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit a8e3782

Please sign in to comment.