Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Apr 5, 2023
1 parent 7ec7f10 commit f8449cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/matrix-vendor-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,10 @@ jobs:
config: ${{ secrets.PLURAL_CONF }}
vsn: 0.6.17
# - run: plural apply -f ${{ matrix.pluralfile }}
- run: APP_NAME=${{ matrix.repository }} semantic-release
- name: 'Run Semantic Release'
run: APP_NAME=${{ matrix.repository }} semantic-release
env:
GITHUB_TOKEN: ${{ secrets.PLURAL_BOT_PAT }}
# - uses: 8398a7/action-slack@v3
# with:
# status: ${{ job.status }}
Expand Down

0 comments on commit f8449cc

Please sign in to comment.