diff --git a/.changeset/strong-jars-explain.md b/.changeset/strong-jars-explain.md new file mode 100644 index 000000000..46407469e --- /dev/null +++ b/.changeset/strong-jars-explain.md @@ -0,0 +1,6 @@ +--- +'@gitbook/integration-github': patch +'@gitbook/integration-gitlab': patch +--- + +Release diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index bdc401449..754b371b4 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -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;