Skip to content

Commit

Permalink
ci: Update @open-sauced/[email protected] and compliance.yaml (#33)
Browse files Browse the repository at this point in the history
* ci: update release to 2.2.1
* ci: hot compliance.yaml
  • Loading branch information
Anush008 authored Aug 22, 2023
1 parent e0a25e0 commit 146b6b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Compliance"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: write

jobs:
compliance:
uses: open-sauced/hot/.github/workflows/compliance.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_PACKAGE_ROOT: "npm"
uses: open-sauced/[email protected].0
uses: open-sauced/[email protected].1

outputs:
release-tag: ${{ steps.semantic-release.outputs.release-tag }}
Expand Down

0 comments on commit 146b6b7

Please sign in to comment.