Skip to content

Commit

Permalink
Corrected CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Aug 12, 2024
1 parent 7abf1f0 commit 052afcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'

# TODO: To enable automatic npm releases, create a token on npmjs.org
# TODO: To enable automatic npm releases, create a token on npmjs.org
# Enter this token as a GitHub secret (with name NPM_TOKEN) in the repository options
# Then uncomment the following block:

Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest

# Write permissions are required to create Github releases
# Write permissions are required to create GitHub releases
permissions:
contents: write

Expand All @@ -81,7 +81,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

# # When using Sentry for error reporting, Sentry can be informed about new releases
# # To enable create a API-Token in Sentry (User settings, API keys)
# # To enable create an API-Token in Sentry (User settings, API keys)
# # Enter this token as a GitHub secret (with name SENTRY_AUTH_TOKEN) in the repository options
# # Then uncomment and customize the following block:
# sentry: true
Expand Down

0 comments on commit 052afcc

Please sign in to comment.