Skip to content

Commit

Permalink
modify release temporarily to test new job
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 10, 2024
1 parent 355556a commit b2739d1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release Packages

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -18,7 +19,8 @@ jobs:
pull-requests: write
repository-projects: write
outputs:
publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
publishedPackages: [{"name": "@celo/celocli", "version": "5.0.0"}, {"name": "@celo/contractkit", "version": "8.0.0"}]
# publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,6 +48,7 @@ jobs:
shell: bash
run: yarn
- name: Create Release Pull Request or Publish to npm
if: false
id: changesets
uses: changesets/action@v1
env:
Expand All @@ -61,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: node:20-bullseye
needs: release
# needs: release
strategy:
fail-fast: false
max-parallel: 12
Expand Down

0 comments on commit b2739d1

Please sign in to comment.