Skip to content

Commit

Permalink
Testing semantic release with .cjs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Feb 26, 2024
1 parent 8b66a3a commit 0b837de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ on:
workflow_dispatch:

jobs:
# release is done from main branch.
confirm-public-repo-main-branch:
name: 'Confirm release is run from public/main branch'
uses: mParticle/mparticle-workflows/.github/workflows/sdk-release-repo-branch-check.yml@main

release:
name: Perform Release
runs-on: ubuntu-latest
needs: confirm-public-repo-main-branch

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +33,7 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v4
with:
with:
node-version: 'latest'

- name: Install Dependencies
Expand All @@ -57,4 +51,4 @@ jobs:
if: failure()
with:
name: npm-logs
path: ~/.npm/_logs
path: ~/.npm/_logs
File renamed without changes.

0 comments on commit 0b837de

Please sign in to comment.