Skip to content

Commit

Permalink
Fix typo in actions/github-script version
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra committed Jan 9, 2024
1 parent 6ab268f commit 9285fe2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/strong-jars-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@gitbook/integration-github': patch
'@gitbook/integration-gitlab': patch
---

Release
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Get integration package name
id: integration-package
uses: actions/github-script@7
uses: actions/github-script@v7
with:
script: |
const tag = context.payload.release.tag_name;
Expand Down

0 comments on commit 9285fe2

Please sign in to comment.