Skip to content

Commit

Permalink
Revert "ci(gh-actions): use prebuilt action for semantic-release"
Browse files Browse the repository at this point in the history
This reverts commit 9f918e8.
  • Loading branch information
trezy committed Apr 14, 2022
1 parent 61b82f0 commit 240787e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Uses codfish's Semantic Release Action: https://github.com/marketplace/actions/semantic-release-action
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: '16'

- name: Install Packages
run: yarn install

- name: Release
uses: docker://ghcr.io/codfish/semantic-release-action@sha256:43a9e5ce88fc0460c22f3f3c45e39ac99e1cefff2ffd76c6e8c34306c8ccec91
run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 240787e

Please sign in to comment.