Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Sep 5, 2024
1 parent b083d33 commit a233d13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
upload-assets: true

release:
needs: [build, provenance]
needs: [build]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/scripts/audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ service auditd restart
auditctl -w "$workingDir" -p wa -k bolt_monitored_wd_changes

auditctl -e 2



2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const releaseVersion = 'v1.7.0-rc.8'
const releaseVersion = 'v1.7.0-rc.9'

module.exports = {
releaseVersion
Expand Down

0 comments on commit a233d13

Please sign in to comment.