Skip to content

Commit

Permalink
fix stable release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Aug 11, 2022
1 parent 3f4d2e5 commit c61546c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
stable:
id: release
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
Expand All @@ -16,7 +15,7 @@ jobs:
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}

docker-image:
needs: release
needs: stable
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

1 comment on commit c61546c

@vercel
Copy link

@vercel vercel bot commented on c61546c Aug 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.